XamlIlTypeSystemExtensions.

FindMethod(IXamlIlType, Func<IXamlIlMethod, bool>) Method

Namespace
XamlIl.TypeSystem
Containing Type
XamlIlTypeSystemExtensions

Syntax

public static IXamlIlMethod FindMethod(this IXamlIlType type, Func<IXamlIlMethod, bool> criteria)

Parameters

Name Type Description
type IXamlIlType
criteria Func<IXamlIlMethod, bool>

Return Value

Type Description
IXamlIlMethod