Class IReadOnlyList<T>
Inheritance
IReadOnlyList<T>
Assembly: Net3-Proxy.dll
Syntax
public class IReadOnlyList<T> : IEnumerable<T>, IEnumerable
Type Parameters
Properties
|
Improve this Doc
View Source
Count
Declaration
public int Count { get; }
Property Value
|
Improve this Doc
View Source
Item[Int32]
Declaration
public T this[int index] { get; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Methods
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public IEnumerator<T> GetEnumerator()
Returns
Operators
|
Improve this Doc
View Source
Implicit(List<T> to IReadOnlyList<T>)
Declaration
public static implicit operator IReadOnlyList<T>(List<T> list)
Parameters
Type |
Name |
Description |
List<T> |
list |
|
Returns
Explicit Interface Implementations
|
Improve this Doc
View Source
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Implements
Extension Methods