- Namespace
- XamlX
.Ast - Interfaces
-
- I
Xaml Custom Emit Method <IXamlILEmitter> - IXamlMethod
- IEquatable
<IXamlMethod> - IXamlMember
- I
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IXamlCustomEmitMethod<IXamlILEmitter>"]
Type-.->Interface1["IXamlMethod"]
click Interface1 "/api/XamlX.TypeSystem/IXamlMethod"
Type-.->Interface2["IEquatable<IXamlMethod>"]
Type-.->Interface3["IXamlMember"]
click Interface3 "/api/XamlX.TypeSystem/IXamlMember"
Type["XamlMethodWithCasts"]
class Type type-node
Syntax
public class XamlMethodWithCasts : IXamlCustomEmitMethod<IXamlILEmitter>, IXamlMethod,
IEquatable<IXamlMethod>, IXamlMember
Constructors
Properties
Name | Value | Summary |
---|---|---|
CustomAttributes | IReadOnlyList |
|
DeclaringType | IXamlType | |
IsPublic | bool | |
IsStatic | bool | |
Name | string | |
Parameters | IReadOnlyList |
|
ReturnType | IXamlType |
Methods
Name | Value | Summary |
---|---|---|
EmitCall |
void | |
Equals |
bool | |
MakeGenericMethod |
IXamlMethod |
Extension Methods
Name | Value | Summary |
---|---|---|
ParametersWithThis |
IReadOnlyList |
|
ThisOrFirstParameter |
IXamlType |