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

Represents the property path, the complete chain of properties from the root to any property in the property tree.

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

Syntax

C#
public struct PropertyChain : ICollection, 
	IEnumerable
Visual Basic (Declaration)
Public Structure PropertyChain _
	Implements ICollection, IEnumerable
Visual C++
public value class PropertyChain : ICollection, 
	IEnumerable

See Also