Property in EnumBase
Gets a string describing this type.
public override string Description { get }Class in Yarn
Inherits from TypeBase
The base type for all enumeration types.
public class EnumBase : TypeBaseInitialises a new instance of the EnumBase class.
Gets a string describing this type.
Gets the name of this type.
Gets the parent of this type.
Property in
Gets the parent of this type.
public override IType? Parent { get }