MetadataType class sealed

Represents a data type of in the ECMA-335 metadata model.

A MetadataType describes how a constant value is interpreted in metadata, including primitive types (e.g., integers, floating-point numbers), string types, and enumerated types.

Implementers

Properties

code ElementType
The ElementType code corresponding to this metadata type.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited