XamlIlTypeSystemExtensions.

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

Namespace
XamlIl.TypeSystem
Containing Type
XamlIlTypeSystemExtensions

Syntax

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

Parameters

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

Return Value

Type Description
IEnumerable<IXamlIlMethod>