Class AnnotatedType
A type with additional type information.
Import path
import csharp
Direct supertypes
Known direct subtypes
Fields
Predicates
appliesTo | Holds if this annotated type applies to element |
appliesToTypeArgument | Holds if this annotated type is the |
appliesToTypeConstraint | Holds if this annotated type applies to type parameter constraints |
getAnnotations | Gets the type annotation set of this annotated type. |
getLocation | Gets the location of this annotated type. |
getType | Gets the unannotated type, for example |
getUnderlyingType | Gets the underlying type, for example |
isNonNullableRefType | Holds if the type is a non-nullable reference, for example, |
isNullableRefType | Holds if the type is a nullable reference, for example |
isOut | Holds if the type is an |
isReadonlyRef | Holds if the type is a |
isRef | Holds if the type is a |
toString | Gets a textual representation of this annotated type. |