EnumType
Class in Yarn
Inherits from TypeBase
Summary
A type that represents enumerations.
public class EnumType : TypeBaseConstructors
| Name | Description |
|---|---|
| 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 . |
Properties
| Name | Description |
|---|---|
| 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. |