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

Constructs a path from a single root handle.

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

Syntax

C#
public PropertyChain(
	PropertyHandle root
)
Visual Basic (Declaration)
Public Sub New ( _
	root As PropertyHandle _
)
Visual C++
public:
PropertyChain (
	PropertyHandle root
)

Parameters

root
PropertyHandle

See Also

PropertyChain Structure
Spielwerke.Data Namespace