![]() | Annotation |
public class AnnotationAttribute : IEquatable<AnnotationAttribute>
The AnnotationAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnnotationAttribute | Initializes a new instance of the AnnotationAttribute class. |
Name | Description | |
---|---|---|
![]() | Name | Get the name of the annotation attribute. |
![]() | Scope | Get the scope of the annotation attribute. |
![]() | Specifier | Get the annotation attribute specifier. |
Name | Description | |
---|---|---|
![]() | Equals(AnnotationAttribute) | Determines whether the specified AnnotationAttribute is equal to the current AnnotationAttribute. |
![]() | Equals(Object) |
Determine whether the specified Object is equal to the current AnnotationAttribute.
(Overrides ObjectEquals(Object)) |
![]() | Finalize | (Inherited from Object) |
![]() | GetHashCode |
Serves as a hash function for a AnnotationAttribute object.
(Overrides ObjectGetHashCode) |
![]() | GetType | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | ToString |
Returns a String that represents the current AnnotationAttribute.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
![]() ![]() | Equality(AnnotationAttribute, AnnotationAttribute) | Determines whether two annotation attributes are equal. |
![]() ![]() | Inequality(AnnotationAttribute, AnnotationAttribute) | Determines whether two annotation attributes are not equal. |
Name | Description | |
---|---|---|
![]() ![]() | PrivateSize | The size of a private annotation value. |
![]() ![]() | PrivateValue | The private annotation value. |
![]() ![]() | SharedSize | The size of a shared annotation value. |
![]() ![]() | SharedValue | The shared annotation value. |
![]() ![]() | Size | The size of an annotation value. |
![]() ![]() | Value | The annotation value. |
An annotation attribute.
For more information about annotations, see rfc5257.