ArrayList

cs.system.collections.ArrayList (extern class) → ArrayList_ArrayListAdapter, ArrayList_ArrayListWrapper

Static Members

Adapter(list: IList): ArrayList
Name Type
list IList
Returns
ArrayList

Synchronized(list: ArrayList): ArrayList
Name Type
list ArrayList
Returns
ArrayList

ReadOnly(list: ArrayList): ArrayList
Name Type
list ArrayList
Returns
ArrayList

FixedSize(list: ArrayList): ArrayList
Name Type
list ArrayList
Returns
ArrayList

Repeat(value: Dynamic, count: Int): ArrayList
Name Type
value Dynamic
count Int
Returns
ArrayList

Instance Members

SyncRoot: Dynamic

IsSynchronized: Bool

IsReadOnly: Bool

IsFixedSize: Bool

Capacity: Int

Count: Int

Add(value: Dynamic): Int
Name Type
value Dynamic
Returns
Int

Clear(): Void

Contains(item: Dynamic): Bool
Name Type
item Dynamic
Returns
Bool

IndexOf(value: Dynamic): Int
Name Type
value Dynamic
Returns
Int

LastIndexOf(value: Dynamic): Int
Name Type
value Dynamic
Returns
Int

Insert(index: Int, value: Dynamic): Void
Name Type
index Int
value Dynamic

InsertRange(index: Int, c: ICollection): Void
Name Type
index Int
c ICollection

Remove(obj: Dynamic): Void
Name Type
obj Dynamic

RemoveAt(index: Int): Void
Name Type
index Int

RemoveRange(index: Int, count: Int): Void
Name Type
index Int
count Int

Reverse(): Void

CopyTo(array: cs.system.Array): Void
Name Type
array cs.system.Array

GetEnumerator(): IEnumerator
Returns
IEnumerator

AddRange(c: ICollection): Void
Name Type
c ICollection

BinarySearch(value: Dynamic): Int
Name Type
value Dynamic
Returns
Int

GetRange(index: Int, count: Int): ArrayList
Name Type
index Int
count Int
Returns
ArrayList

SetRange(index: Int, c: ICollection): Void
Name Type
index Int
c ICollection

TrimToSize(): Void

Sort(): Void

Returns
cs.NativeArray<Dynamic>

Clone(): Dynamic
Returns
Dynamic

new(): Void

Metadata

Name Parameters
:nativeGen -
:libType -
:csNative -