XamlTypeSystemExtensions.

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

Namespace
XamlX.TypeSystem
Containing Type
XamlTypeSystemExtensions

Syntax

public static IXamlMethod FindMethod(this IXamlType type, string name, IXamlType returnType, bool allowDowncast, params IXamlType[] args)

Parameters

Name Type Description
type IXamlType
name string
returnType IXamlType
allowDowncast bool
args IXamlType[]

Return Value

Type Description
IXamlMethod