XamlTypeSystemExtensions.

FindConstructor(IXamlType, List<IXamlType>) Method

Namespace
XamlX.TypeSystem
Containing Type
XamlTypeSystemExtensions

Syntax

public static IXamlConstructor FindConstructor(this IXamlType type, List<IXamlType> args = null)

Parameters

Name Type Description
type IXamlType
args List<IXamlType>

Return Value

Type Description
IXamlConstructor