[This is preliminary documentation and is subject to change.]

Converts property chain array to property handle array by gathering leafs of each chain.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public static PropertyHandle[] LeafsOf(
	PropertyChain[] chainArray
)
Visual Basic (Declaration)
Public Shared Function LeafsOf ( _
	chainArray As PropertyChain() _
) As PropertyHandle()
Visual C++
public:
static array<PropertyHandle>^ LeafsOf (
	array<PropertyChain>^ chainArray
)

Parameters

chainArray
array<PropertyChain>[]()
Array of property chains

Return Value

Array of property handles, leafs of the chains.

See Also

PropertyChain Structure
Spielwerke.Data Namespace