For the complete documentation index, see llms.txt. This page is also available as Markdown.

TypeBase

Class in Yarn

Inherits from System.Object

Summary

Provides the base class for all concrete types.

public abstract class TypeBase : IType, IEquatable<TypeBase>

Methods

Name
Description

Gets whether this type is an ancestor of other .

Checks if this type is convertible to the type represented by otherType .

Properties

Name
Description

Gets the collection of types that this type may be converted to.

Gets a string describing this type.

Gets the collection of methods that are defined on this type.

Gets the name of this type.

Gets the parent of this type.

Gets a dictionary containing the members of this type.

Last updated

Was this helpful?