All pages
Powered by GitBook
1 of 5

Loading...

Loading...

Loading...

Loading...

Loading...

EnumBase()

Constructor in EnumBase

Summary

Initialises a new instance of the EnumBase class.

public EnumBase()

Description

Property in EnumBase

Summary

Gets a string describing this type.

public override string Description { get }

Name

Property in EnumBase

Summary

Gets the name of this type.

public override string Name { get }

EnumBase

Class in Yarn

Inherits from TypeBase

Summary

The base type for all enumeration types.

public class EnumBase : TypeBase

Constructors

Name
Description

EnumBase()

Initialises a new instance of the EnumBase class.

Properties

Name
Description

Gets a string describing this type.

Gets the name of this type.

Gets the parent of this type.

Description
Name
Parent

Parent

Property in

Gets the parent of this type.

public override IType? Parent { get }

Summary

EnumBase