Initializes a new instance of the TernaryTree..::..Iterator class

Namespace: iTextSharp.text.pdf.hyphenation
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Iterator(
	TernaryTree parent
)
Visual Basic
Public Sub New ( _
	parent As TernaryTree _
)
Visual C++
public:
Iterator(
	TernaryTree^ parent
)

See Also