PairCollectionTReplace Method
|
Replaces existing pair with the new one.
Namespace:
Syntactik.DOM
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic bool Replace(
T existing,
T newItem
)
Parameters
- existing
- Type: T
Existing pair. - newItem
- Type: T
New pair. Can be null.
Return Value
Type:
BooleanTrue of pair has been replaced.
See Also