Get value by index. This method may throw an
ArgumentOutOfRangeException.
Namespace: WebSupergoo.WordGlue4.Utilities
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public T this[
long i
] { get; set; }
Public Default Property Item (
i As Long
) As T
Get
Set
member Item : 'T with get, set
Parameters
- i
- Type: SystemInt64
Zero based index.
Return Value
Type:
T
The item in the array.
See Also