PairCollectionTInsert Method
|
Inserts
Pair in collection.
Namespace:
Syntactik.DOM
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic void Insert(
int index,
T pair
)
Parameters
- index
- Type: SystemInt32
Index in the collection. - pair
- Type: T
Pair to be added.
See Also