CorPropertyAttr class
Contains values that describe the metadata of a property.
Constructors
Properties
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- prHasDefault → const int
- Specifies that the property has a default value.
- prReservedMask → const int
- Reserved for internal use by the common language runtime.
- prRTSpecialName → const int
- Specifies that the common language runtime metadata internal APIs should check the encoding of the property name.
- prSpecialName → const int
- Specifies that the property is special, and that its name describes how.
- prUnused → const int
- Unused.