ArrayList_ListWrapper

cs.system.collections.ArrayList_ListWrapper (extern class) → ArrayList_FixedSizeListWrapper, ArrayList_SynchronizedListWrapper

Instance Members

IsReadOnly: Bool

IsFixedSize: Bool

SyncRoot: Dynamic

IsSynchronized: Bool

Count: Int

m_InnerList: IList

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

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

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

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

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

GetEnumerator(): IEnumerator
Returns
IEnumerator

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

Metadata

Name Parameters
:nativeGen -
:libType -
:csNative -