共用方式為


Annotation 建構

Initializes a new instance of the Annotation class.

多載清單 

  名稱 描述
公用方法 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.

頂端