Java.Lang.Annotation.IAnnotation: Method Members

The methods of Java.Lang.Annotation.IAnnotation are listed below. For a list of all members, see the IAnnotation Members list.

Public Methods

AnnotationType() : Java.Lang.Class
Returns the type of this annotation.
Equals(Java.Lang.Object) : bool
Determines whether or not this annotation is equivalent to the annotation passed.
GetHashCode() : int
Returns the hash code of this annotation.
ToString() : string
Returns a String representation of this annotation.