ArrayList_ArrayListWrapper
ArrayList → cs.system.collections.ArrayList_ArrayListWrapper (extern class) → ArrayList_FixedSizeArrayListWrapper, ArrayList_RangedArrayList, ArrayList_SynchronizedArrayListWrapper
Instance Members
SyncRoot: Dynamic
IsSynchronized: Bool
IsReadOnly: Bool
IsFixedSize: Bool
Capacity: Int
Count: Int
m_InnerArrayList: ArrayList
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Int |
Clear(): Void
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Bool |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Int |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Int |
Name | Type |
---|---|
index |
Int |
value |
Dynamic |
InsertRange(index: Int, c: ICollection): Void
Name | Type |
---|---|
index |
Int |
c |
ICollection |
Name | Type |
---|---|
value |
Dynamic |
Name | Type |
---|---|
index |
Int |
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 |
Name | Type |
---|---|
value |
Dynamic |
Returns |
---|
Int |
Clone(): Dynamic
Returns |
---|
Dynamic |
Name | Type |
---|---|
index |
Int |
count |
Int |
Returns |
---|
ArrayList |
TrimToSize(): Void
Sort(): Void
ToArray(): cs.NativeArray<Dynamic>
Returns |
---|
cs.NativeArray<Dynamic> |
Name | Type |
---|---|
innerArrayList |
ArrayList |
Metadata
Name | Parameters |
---|---|
:nativeGen |
- |
:libType |
- |
:csNative |
- |