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

Joins two property chains together

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

Syntax

C#
public static PropertyChain Join(
	PropertyChain a,
	PropertyChain b
)
Visual Basic (Declaration)
Public Shared Function Join ( _
	a As PropertyChain, _
	b As PropertyChain _
) As PropertyChain
Visual C++
public:
static PropertyChain Join (
	PropertyChain a, 
	PropertyChain b
)

Parameters

a
PropertyChain
First property chain (placed at root)
b
PropertyChain
Second property chain (placed at the end)

Return Value

Returns joined property chain

See Also

PropertyChain Structure
Spielwerke.Data Namespace