Block Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public Block(
	PlaceholderTemplateNode parent,
	Placeholder blockStart
)

Parameters

parent  PlaceholderTemplateNode
The block's parent node.
blockStart  Placeholder
The opening placeholer of the block.

See Also