|  | Annotation Class | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class Annotation
The Annotation type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Annotation | Initializes a new instance of the Annotation class. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Entry | Get the annotation tag. | 
|  | Properties | Get the annotation properties. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object) | 
|  | Finalize | (Inherited from Object) | 
|  | GetHashCode | (Inherited from Object) | 
|  | GetType | (Inherited from Object) | 
|  | MemberwiseClone | (Inherited from Object) | 
|  | ToString | (Inherited from Object) | 
 Remarks
RemarksAn annotation.
For more information about annotations, see rfc5257.
 See Also
See Also