- Namespace
- XamlX
.TypeSystem - Interfaces
-
- IEquatable
<IXamlType>
- IEquatable
- Implementing Types
graph BT
Type-.->Interface0["IEquatable<IXamlType>"]
Type["IXamlType"]
class Type type-node
Implementing0["IXamlTypeBuilder<TBackendEmitter>"]-.->Type
click Implementing0 "/api/XamlX.TypeSystem/IXamlTypeBuilder_1"
Implementing1["XamlPseudoType"]-.->Type
click Implementing1 "/api/XamlX.TypeSystem/XamlPseudoType"
Syntax
public interface IXamlType : IEquatable<IXamlType>
Properties
Name | Value | Summary |
---|---|---|
ArrayElementType | IXamlType | |
Assembly | IXamlAssembly | |
BaseType | IXamlType | |
Constructors | IReadOnlyList |
|
CustomAttributes | IReadOnlyList |
|
Events | IReadOnlyList |
|
Fields | IReadOnlyList |
|
FullName | string | |
GenericArguments | IReadOnlyList |
|
GenericParameters | IReadOnlyList |
|
Generic |
IXamlType | |
Id | object | |
Interfaces | IReadOnlyList |
|
IsArray | bool | |
IsEnum | bool | |
IsInterface | bool | |
IsValueType | bool | |
Methods | IReadOnlyList |
|
Name | string | |
Namespace | string | |
Properties | IReadOnlyList |