Click or drag to resize

PairCollectionTReplace Method

Replaces existing pair with the new one.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public bool Replace(
	T existing,
	T newItem
)

Parameters

existing
Type: T
Existing pair.
newItem
Type: T
New pair. Can be null.

Return Value

Type: Boolean
True of pair has been replaced.
See Also