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