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