[Missing <summary> documentation for "M:NHibernate.Util.ArrayHelper.FillArray(NHibernate.Type.IType,System.Int32)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static IType[] FillArray( IType type, int length ) |
Visual Basic |
---|
Public Shared Function FillArray ( _ type As IType, _ length As Integer _ ) As IType() |
Visual C++ |
---|
public: static array<IType^>^ FillArray( IType^ type, int length ) |
Parameters
- type
- Type: NHibernate.Type..::..IType
[Missing <param name="type"/> documentation for "M:NHibernate.Util.ArrayHelper.FillArray(NHibernate.Type.IType,System.Int32)"]
- length
- Type: System..::..Int32
[Missing <param name="length"/> documentation for "M:NHibernate.Util.ArrayHelper.FillArray(NHibernate.Type.IType,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Util.ArrayHelper.FillArray(NHibernate.Type.IType,System.Int32)"]