ConstantTypeProperty
Last updated
Was this helpful?
Class in Yarn
Inherits from System.Object
Represents a property that belongs to a type and contains a read-only value.
public class ConstantTypeProperty : ITypeMemberThis kind of type member is useful for constant properties, like enum cases.
Gets a string describing this property.
Gets the type of this property.
Gets the value that is stored in this property.
Last updated
Was this helpful?
Was this helpful?
