XamlIlTypeSystemExtensions.

FindConstructor(IXamlIlType, List<IXamlIlType>) Method

Namespace
XamlIl.TypeSystem
Containing Type
XamlIlTypeSystemExtensions

Syntax

public static IXamlIlConstructor FindConstructor(this IXamlIlType type, List<IXamlIlType> args = null)

Parameters

Name Type Description
type IXamlIlType
args List<IXamlIlType>

Return Value

Type Description
IXamlIlConstructor