Class in Yarn
Inherits from TypeBase
TypeBase
A type that represents enumerations.
public class EnumType : TypeBase
EnumType(string,string,TypeBase)
Initializes a new instance of the EnumType class that represents an enum type. This type has no methods of its own, and is a subtype of Any .
Description
Gets a string describing this type.
EnumCases
Gets the collection of enum cases in this enum.
Name
Gets the name of this type.
Parent
Gets the parent of this type.
RawType
Gets the type of this enum's members.
Last updated 9 months ago
Was this helpful?