System.Runtime
4.0.0.0
4.0.10.0
4.0.20.0
4.1.0.0
4.2.0.0
4.2.1.0
4.2.2.0
5.0.0.0
6.0.0.0
7.0.0.0
8.0.0.0
9.0.0.0
10.0.0.0
11.0.0.0
mscorlib
2.0.5.0
4.0.0.0
netstandard
2.0.0.0
2.1.0.0
Covariant
[System.Runtime.CompilerServices.Nullable(2)]
[<System.Runtime.CompilerServices.Nullable(2)>]
System.Collections.Generic.IEnumerable<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.IEnumerable
The type of elements in the read-only list.
Represents a read-only collection of elements that can be accessed by index.
represents a list in which the number and order of list elements is read-only. The content of list elements is not guaranteed to be read-only.
]]>
Property
System.Runtime
4.0.0.0
4.0.10.0
4.0.20.0
4.1.0.0
4.2.0.0
4.2.1.0
4.2.2.0
5.0.0.0
6.0.0.0
7.0.0.0
8.0.0.0
9.0.0.0
10.0.0.0
11.0.0.0
mscorlib
2.0.5.0
4.0.0.0
netstandard
2.0.0.0
2.1.0.0
T
The zero-based index of the element to get.
Gets the element at the specified index in the read-only list.
The element at the specified index in the read-only list.
To be added.