Click or drag to resize

ParameterInitializeParent 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
Syntax
C#
public override void InitializeParent(
	Pair parent
)

Parameters

parent
Type: Syntactik.DOMPair
Parent of the pair.
See Also