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