package cs.system.collections
implements ICollection, IEnumerable, IList
import cs.system.collections.ArrayList
extended by ArrayList_FixedSizeListWrapper, ArrayList_SynchronizedListWrapper
Available on cs
finalnew(innerList:IList)
read onlyCount:Int
read onlyIsFixedSize:Bool
read onlyIsReadOnly:Bool
read onlyIsSynchronized:Bool
read onlySyncRoot:Dynamic
Add(value:Dynamic):Int
Clear():Void
Contains(value:Dynamic):Bool
CopyTo(array:Array, index:Int):Void
GetEnumerator():IEnumerator
IndexOf(value:Dynamic):Int
Insert(index:Int, value:Dynamic):Void
Remove(value:Dynamic):Void
RemoveAt(index:Int):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/collections/ArrayList_ListWrapper.html