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

Syntax

Visual Basic (Declaration)
Public Shared Function FillArray ( _
	type As IType, _
	length As Integer _
) As IType()
C#
public static IType[] FillArray(
	IType type,
	int length
)
Visual C++
public:
static array<IType^>^ FillArray(
	IType^ type, 
	int length
)
JavaScript
NHibernate.Util.ArrayHelper.fillArray = function(type, length);

Parameters

type
Type: NHibernate.Type..::.IType
length
Type: System..::.Int32

See Also