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