Initializes a new instance of the TextAnnotationFactory<(Of <(<'T>)>)> class.

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

Syntax

C#
public TextAnnotationFactory(
	XName annotationType
)
Visual Basic
Public Sub New ( _
	annotationType As XName _
)
Visual C++
public:
TextAnnotationFactory(
	XName^ annotationType
)

Parameters

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

See Also