IdxReadOnlyList<T> Members
In This Article
#Properties
Name | Description |
---|---|
Count | Returns the number of items within the list or collection. |
Self | Provides zero-based indexed access to items within the list or collection. |
#Methods
Name | Description |
---|---|
Get |
Returns the number of items within the list or collection. |
Get |
Returns the collection item by its zero-based index. |
See Also