XamlTypeSystemExtensions.

FindMethods(IXamlType, Func<IXamlMethod, bool>) Method

Namespace
XamlX.TypeSystem
Containing Type
XamlTypeSystemExtensions

Syntax

public static IEnumerable<IXamlMethod> FindMethods(this IXamlType type, Func<IXamlMethod, bool> criteria)

Parameters

Name Type Description
type IXamlType
criteria Func<IXamlMethod, bool>

Return Value

Type Description
IEnumerable<IXamlMethod>