Class ArrayImpl
Inheritance
System.Object
ArrayImpl
Assembly: Cosmos.Core_Asm.dll
Syntax
public class ArrayImpl : object
Methods
|
Improve this Doc
View Source
Copy(Array, Int32, Array, Int32, Int32, Boolean)
Declaration
public static void Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length, bool reliable)
Parameters
Type |
Name |
Description |
Array |
sourceArray |
|
System.Int32 |
sourceIndex |
|
Array |
destinationArray |
|
System.Int32 |
destinationIndex |
|
System.Int32 |
length |
|
System.Boolean |
reliable |
|
|
Improve this Doc
View Source
get_Length(Array)
Declaration
public static int get_Length(Array aThis)
Parameters
Type |
Name |
Description |
Array |
aThis |
|
Returns
Type |
Description |
System.Int32 |
|