Initializes a new instance of the Annotation class.

Namespace: FirstFloor.Documents.Annotations
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected Annotation(
	XName annotationType
)
Visual Basic
Protected Sub New ( _
	annotationType As XName _
)
Visual C++
protected:
Annotation(
	XName^ annotationType
)

Parameters

annotationType
Type: System.Xml.Linq..::..XName
Type of the annotation.

See Also