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

Constructs the property handle path from the array of property handles.

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

Syntax

C#
public PropertyChain(
	params PropertyHandle[] chain
)
Visual Basic (Declaration)
Public Sub New ( _
	ParamArray chain As PropertyHandle() _
)
Visual C++
public:
PropertyChain (
	... array<PropertyHandle>^ chain
)

Parameters

chain
array<PropertyHandle>[]()
Property chain describing the path, starting with the root, ending with the leaf.

See Also

PropertyChain Structure
Spielwerke.Data Namespace