Click or drag to resize

PairCollectionTItem Property

Gets pair by index.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public T this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index.

Return Value

Type: T
Resulting pair.
See Also