Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Class in Yarn
Inherits from System.Object
Provides the base class for all concrete types.
Checks if this type is convertible to the type represented by otherType
.
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.
Method in TypeBase
Checks if this type is convertible to the type represented by otherType
.
A type is convertible to another type if:
there is an explicit conversion available, or
it is a descendant of that type, or
the two types are identical.
otherType
The type to check.
true
if this type is convertible to otherType
.