ElementInitializeParent Method
|
This method is called when the pair is added as child to another pair.
Namespace:
Syntactik.DOM.Mapped
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntaxpublic override void InitializeParent(
Pair parent
)
Parameters
- parent
- Type: Syntactik.DOMPair
Parent of the pair.
See Also