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 : ITypeMember

Remarks

This kind of type member is useful for constant properties, like enum cases.

Properties

NameDescription
DescriptionGets a string describing this property.
TypeGets the type of this property.
ValueGets the value that is stored in this property.