Gets or sets the element at the specified index.
Namespace:
BioSharp.Core.UtilsAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
C# |
---|
public T this[ int index ] { get; set; } |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the element to get or set.
Return Value
The element at the specified index.Implements
IList<(Of <(T>)>)..::.Item[([(Int32])])Exceptions
Exception | Condition |
---|---|
System..::.ArgumentOutOfRangeException | index is not a valid index in the IList<(Of <(T>)>). |
System..::.NotSupportedException | The property is set and the IList<(Of <(T>)>) is read-only. |