ArrayList_ArrayListAdapter

ArrayListcs.system.collections.ArrayList_ArrayListAdapter (extern final class)

Instance Members

IsSynchronized: Bool

SyncRoot: Dynamic

IsReadOnly: Bool

IsFixedSize: Bool

Capacity: Int

Count: Int

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

Clear(): Void

Contains(value: Dynamic): Bool
Name Type
value 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(value: Dynamic): Void
Name Type
value Dynamic

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

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

Reverse(): Void

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

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

Clone(): Dynamic
Returns
Dynamic

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

TrimToSize(): Void

Sort(): Void

Returns
cs.NativeArray<Dynamic>

new(adaptee: IList): Void
Name Type
adaptee IList

Metadata

Name Parameters
:nativeGen -
:libType -
:csNative -