PairCollectionTRemove Method
|
Removes pair from collection.
Namespace:
Syntactik.DOM
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic virtual bool Remove(
T pair
)
Parameters
- pair
- Type: T
Pair to be removed.
Return Value
Type:
BooleanTrue if pair were removed.
Implements
ICollectionTRemove(T)
See Also