ArrayList_FixedSizeArrayListWrapper

ArrayListArrayList_ArrayListWrappercs.system.collections.ArrayList_FixedSizeArrayListWrapper (extern class) → ArrayList_ReadOnlyArrayListWrapper

Instance Members

IsFixedSize: Bool

Capacity: Int

ErrorMessage: String

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

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

Clear(): Void

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

TrimToSize(): Void

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

Metadata

Name Parameters
:nativeGen -
:libType -
:csNative -