[This is preliminary documentation and is subject to change.]
Strongly typed read-only list that provides all applicable methods available in
List<(Of <(<'T>)>)> Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| Visual Basic |
|---|
Public Interface IReadOnlyList(Of T) _
Inherits IEnumerable(Of T) |
| Visual C++ |
|---|
generic<typename T>
public interface class IReadOnlyList : IEnumerable<T> |
| F# |
|---|
type IReadOnlyList<'T> =
interface
interface IEnumerable<'T>
end |
| JScript |
|---|
JScript does not support generic types or methods. |
Type Parameters
See Also
Version History