Namespace:  NHibernate.Util
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Join ( _
	x As Object(), _
	y As Object() _
) As Object()
C#
public static Object[] Join(
	Object[] x,
	Object[] y
)
Visual C++
public:
static array<Object^>^ Join(
	array<Object^>^ x, 
	array<Object^>^ y
)
JavaScript
NHibernate.Util.ArrayHelper.join = function(x, y);

Parameters

x
Type: array< System..::.Object >[]()[]
y
Type: array< System..::.Object >[]()[]

See Also