Annotation Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the Annotation class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
Annotation() | Initializes a new instance of the Annotation class using the default values. |
![]() |
Annotation(String) | Initializes a new instance of the Annotation class using a name. |
![]() |
Annotation(String, String) | Initializes a new instance of Annotation using a name and a value. |
![]() |
Annotation(String, XmlNode) | Initializes a new instance of Annotation using a name and a value as an XmlNode. |
Top