XpsArray1.Item

XpsArray<T> indexer

Provides access to array’s element by index i.

public T this[int i] { get; }
ParameterDescription
iIndex of the element.

Return Value

The element at i position.

See Also