XamlTypeSystemExtensions.

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

Namespace
XamlX.TypeSystem
Containing Type
XamlTypeSystemExtensions

Syntax

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

Parameters

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

Return Value

Type Description
IXamlMethod