Array
cs.system.Array (extern class) → cs.NativeArray
Implements: ICloneable, cs.system.collections.ICollection, cs.system.collections.IEnumerable, cs.system.collections.IList
Static Members
Name | Type |
---|---|
elementType |
Type |
length |
Int |
Returns |
---|
Array |
Name | Type |
---|---|
array |
Array |
value |
Dynamic |
Returns |
---|
Int |
Name | Type |
---|---|
sourceArray |
Array |
destinationArray |
Array |
length |
Int |
Name | Type |
---|---|
array |
Array |
value |
Dynamic |
Returns |
---|
Int |
Name | Type |
---|---|
array |
Array |
Name | Type |
---|---|
array |
Array |
Name | Type |
---|---|
array |
cs.Ref |
newSize |
Int |
TrueForAll(array: cs.NativeArray<TrueForAll.M0>, match: Predicate_1<TrueForAll.M0>): Bool
Name | Type |
---|---|
array |
cs.NativeArray<TrueForAll.M0> |
match |
Predicate_1<TrueForAll.M0> |
Returns |
---|
Bool |
ForEach(array: cs.NativeArray<ForEach.M0>, action: Action_1<ForEach.M0>): Void
Name | Type |
---|---|
array |
cs.NativeArray<ForEach.M0> |
action |
Action_1<ForEach.M0> |
ConvertAll(array: cs.NativeArray<ConvertAll.M0>, converter: Converter_2<ConvertAll.M0, ConvertAll.M1>): cs.NativeArray<ConvertAll.M1>
Name | Type |
---|---|
array |
cs.NativeArray<ConvertAll.M0> |
converter |
Converter_2<ConvertAll.M0, ConvertAll.M1> |
Returns |
---|
cs.NativeArray<ConvertAll.M1> |
FindLastIndex(array: cs.NativeArray<FindLastIndex.M0>, match: Predicate_1<FindLastIndex.M0>): Int
Name | Type |
---|---|
array |
cs.NativeArray<FindLastIndex.M0> |
match |
Predicate_1<FindLastIndex.M0> |
Returns |
---|
Int |
FindIndex(array: cs.NativeArray<FindIndex.M0>, match: Predicate_1<FindIndex.M0>): Int
Name | Type |
---|---|
array |
cs.NativeArray<FindIndex.M0> |
match |
Predicate_1<FindIndex.M0> |
Returns |
---|
Int |
FindAll(array: cs.NativeArray<FindAll.M0>, match: Predicate_1<FindAll.M0>): cs.NativeArray<FindAll.M0>
Name | Type |
---|---|
array |
cs.NativeArray<FindAll.M0> |
match |
Predicate_1<FindAll.M0> |
Returns |
---|
cs.NativeArray<FindAll.M0> |
Exists(array: cs.NativeArray<Exists.M0>, match: Predicate_1<Exists.M0>): Bool
Name | Type |
---|---|
array |
cs.NativeArray<Exists.M0> |
match |
Predicate_1<Exists.M0> |
Returns |
---|
Bool |
AsReadOnly(array: cs.NativeArray<AsReadOnly.M0>): cs.system.collections.objectmodel.ReadOnlyCollection_1<AsReadOnly.M0>
Name | Type |
---|---|
array |
cs.NativeArray<AsReadOnly.M0> |
Returns |
---|
cs.system.collections.objectmodel.ReadOnlyCollection_1<AsReadOnly.M0> |
Find(array: cs.NativeArray<Find.M0>, match: Predicate_1<Find.M0>): Find.M0
Name | Type |
---|---|
array |
cs.NativeArray<Find.M0> |
match |
Predicate_1<Find.M0> |
Returns |
---|
Find.M0 |
FindLast(array: cs.NativeArray<FindLast.M0>, match: Predicate_1<FindLast.M0>): FindLast.M0
Name | Type |
---|---|
array |
cs.NativeArray<FindLast.M0> |
match |
Predicate_1<FindLast.M0> |
Returns |
---|
FindLast.M0 |
ConstrainedCopy(sourceArray: Array, sourceIndex: Int, destinationArray: Array, destinationIndex: Int, length: Int): Void
Name | Type |
---|---|
sourceArray |
Array |
sourceIndex |
Int |
destinationArray |
Array |
destinationIndex |
Int |
length |
Int |
Instance Members
IsReadOnly: Bool
IsFixedSize: Bool
SyncRoot: Dynamic
IsSynchronized: Bool
Rank: Int
LongLength: haxe.Int64
Length: Int
Name | Type |
---|---|
dimension |
Int |
Returns |
---|
Int |
GetLongLength(dimension: Int): haxe.Int64
Name | Type |
---|---|
dimension |
Int |
Returns |
---|
haxe.Int64 |
Name | Type |
---|---|
dimension |
Int |
Returns |
---|
Int |
GetValue(indices: cs.NativeArray<Int>): Dynamic
Name | Type |
---|---|
indices |
cs.NativeArray<Int> |
Returns |
---|
Dynamic |
SetValue(value: Dynamic, indices: cs.NativeArray<Int>): Void
Name | Type |
---|---|
value |
Dynamic |
indices |
cs.NativeArray<Int> |
GetEnumerator(): cs.system.collections.IEnumerator
Returns |
---|
cs.system.collections.IEnumerator |
Name | Type |
---|---|
dimension |
Int |
Returns |
---|
Int |
Clone(): Dynamic
Returns |
---|
Dynamic |
Initialize(): Void
Name | Type |
---|---|
array |
Array |
index |
Int |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:abstract |
- |
:libType |
- |
:csNative |
- |