Types

Class in Yarn

Inherits from System.Object

Summary

Contains the built-in types available in the Yarn language.

public static class Types

Properties

NameDescription
AnyGets the type representing any value.
BooleanGets the type representing boolean values.
NumberGets the type representing numbers.
StringGets the type representing strings.
TypeMappingsGets a dictionary that maps CLR types to their corresponding Yarn types.