PairCollectionTItem Property
|
Gets pair by index.
Namespace:
Syntactik.DOM
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic T this[
int index
] { get; set; }
Parameters
- index
- Type: SystemInt32
Index.
Return Value
Type:
TResulting pair.
See Also