- Namespace
- XamlIl
.TypeSystem - Containing Type
- Xaml
Il Type System Extensions
Syntax
public static IXamlIlMethod FindMethod(this IXamlIlType type, string name, IXamlIlType returnType, bool allowDowncast, params IXamlIlType[] args)
Parameters
Name | Type | Description |
---|---|---|
type | IXamlIlType | |
name | string | |
returnType | IXamlIlType | |
allowDowncast | bool | |
args | IXamlIlType[] |
Return Value
Type | Description |
---|---|
IXamlIlMethod |