ArrayList_SynchronizedListWrapper

ArrayList_ListWrappercs.system.collections.ArrayList_SynchronizedListWrapper (extern final class)

Instance Members

IsReadOnly: Bool

IsFixedSize: Bool

SyncRoot: Dynamic

IsSynchronized: Bool

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

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 -