- Namespace
- XamlX
.TypeSystem - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IXamlType"]
click Interface0 "/api/XamlX.TypeSystem/IXamlType"
Type-.->Interface1["IEquatable<IXamlType>"]
Type["XamlPseudoType"]
class Type type-node
Syntax
public class XamlPseudoType : IXamlType, IEquatable<IXamlType>
Constructors
Name | Summary |
---|---|
XamlPseudoType |
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 | |
Null | XamlPseudoType |
static
|
Properties | IReadOnlyList |
|
Unknown | XamlPseudoType |
static
|