XamlIlTypeSystemExtensions.

FindMethod(IXamlIlType, string, IXamlIlType, bool, IXamlIlType[]) Method

Namespace
XamlIl.TypeSystem
Containing Type
XamlIlTypeSystemExtensions

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