XamlLocalsPool.

XamlLocalsPool(Func<IXamlType, IXamlLocal>) Constructor

Namespace
XamlX.TypeSystem
Containing Type
XamlLocalsPool

Syntax

public XamlLocalsPool(Func<IXamlType, IXamlLocal> localFactory)

Parameters

Name Type Description
localFactory Func<IXamlType, IXamlLocal>

Return Value

Type Description
void