Property this
this[int?]
Gets or sets the Items element at the specified index.
public object? this[int? index] { get; set; }
Parameters
index
int?The zero-based index of the element to get or set.
Property Value
- object
The element at the specified index.
this[int]
Gets or sets the Items element at the specified index.
public object? this[int index] { get; set; }
Parameters
index
intThe zero-based index of the element to get or set.
Property Value
- object
The element at the specified index.
this[long]
Gets or sets the Items element at the specified index.
public object? this[long index] { get; set; }
Parameters
index
longThe zero-based index of the element to get or set.
Property Value
- object
The element at the specified index.