Gets or sets collection item at the position i.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public IXPath this[
	int i
] { get; set; }

Parameters

i
Type: System..::.Int32
The zero-based index of the value to get.

See Also