CADability dotNET
Static helper method to concatenate two arrays of IShowProperty.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static IShowProperty[] Concat(
	IShowProperty[] left,
	IShowProperty[] right
)
Visual Basic
Public Shared Function Concat ( _
	left As IShowProperty(), _
	right As IShowProperty() _
) As IShowProperty()
Visual C++
public:
static array<IShowProperty^>^ Concat(
	array<IShowProperty^>^ left, 
	array<IShowProperty^>^ right
)

Parameters

left
Type: array<CADability.UserInterface..::..IShowProperty>[]()[][]
right
Type: array<CADability.UserInterface..::..IShowProperty>[]()[][]

Return Value

See Also