ConstantTypeProperty
Class in Yarn
Inherits from System.Object
Summary
Represents a property that belongs to a type and contains a read-only value.
Remarks
This kind of type member is useful for constant properties, like enum cases.
Properties
Name
Description
Gets a string describing this property.
Gets the type of this property.
Gets the value that is stored in this property.
Last updated