[This is preliminary documentation and is subject to change.]
Constructs the full path of the given property by appending
the child property to the given parent path.
Namespace: Spielwerke.Data
Assembly: Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972
Syntax
| C# |
|---|
public PropertyChain( PropertyChain parents, PropertyHandle child ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ parents As PropertyChain, _ child As PropertyHandle _ ) |
| Visual C++ |
|---|
public: PropertyChain ( PropertyChain parents, PropertyHandle child ) |
Parameters
- parents
- PropertyChain
Parent path.
- child
- PropertyHandle
Child property to append to the path.
See Also
PropertyChain Structure
Spielwerke.Data Namespace