Class ArrayImpl
Inheritance
System.Object
ArrayImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Asm
Assembly: Cosmos.Core_Asm.dll
Syntax
public class ArrayImpl
Methods
| Improve this Doc View SourceClear(Array)
Declaration
public static void Clear(Array array)
Parameters
Type | Name | Description |
---|---|---|
System.Array | array |
Copy(Array, Int32, Array, Int32, Int32)
Declaration
public static void Copy(Array sourceArray, int sourceIndex, Array destinationArray, int destinationIndex, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Array | sourceArray | |
System.Int32 | sourceIndex | |
System.Array | destinationArray | |
System.Int32 | destinationIndex | |
System.Int32 | length |
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 |
---|---|---|
System.Array | sourceArray | |
System.Int32 | sourceIndex | |
System.Array | destinationArray | |
System.Int32 | destinationIndex | |
System.Int32 | length | |
System.Boolean | reliable |
get_Length(Array)
Declaration
public static int get_Length(Array aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Array | aThis |
Returns
Type | Description |
---|---|
System.Int32 |