Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ReadOnlySegmentCollection
public ReadOnlySegmentCollection this[ int index ]; {get;}
Parameters
- index
- The zero-based index of the element to get or set.
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As ReadOnlySegmentCollection
public ReadOnlySegmentCollection this[ int index ]; {get;}
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | index is less than 0 or index is equal to or greater than Count. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)