Namespace:
NHibernate.Util
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Slice ( _ objects As Object(), _ begin As Integer, _ length As Integer _ ) As Object() |
C# |
---|
public static Object[] Slice( Object[] objects, int begin, int length ) |
Visual C++ |
---|
public: static array<Object^>^ Slice( array<Object^>^ objects, int begin, int length ) |
JavaScript |
---|
NHibernate.Util.ArrayHelper.slice = function(objects, begin, length); |
Parameters
- objects
- Type: array<
System..::.Object
>[]()[]
- begin
- Type: System..::.Int32
- length
- Type: System..::.Int32