Class in Arbor / Inherits from: object
Implements interfaces: System.IEquatable<ClassTypeReference>
Description
A reference class for serializable types.
To restrict selectable types from the Editor, specify an attribute that inherits ClassTypeConstraintAttribute.
Constructors
Properties
Methods
Method Name |
Description |
Equals |
Returns whether this is equal to ClassTypeReference. |
GetHashCode |
Get a hash code. |
IsAssignableFrom |
It is judged whether or not it is assignable type. |
ToString |
Convert to a string. |
Static Methods
Operators
Operator Name |
Description |
ClassTypeReference |
Cast from Type to ClassTypeReference. |
operator != |
Returns whether ClassTypeReference are not equal. |
operator == |
Returns whether ClassTypeReference is equal. |
Type |
Cast from ClassTypeReference to Type. |