package cs.system.collections
implements ICollection, IEnumerable, IList
import cs.system.collections.ArrayList
extended by ArrayList_FixedSizeListWrapper, ArrayList_SynchronizedListWrapper
Available on csnew (innerList:IList)read only Count:Intread only IsFixedSize:Boolread only IsReadOnly:Boolread only IsSynchronized:Boolread only SyncRoot:DynamicAdd (value:Dynamic):IntClear ():VoidContains (value:Dynamic):BoolCopyTo (array:Array, index:Int):VoidGetEnumerator ():IEnumeratorIndexOf (value:Dynamic):IntInsert (index:Int, value:Dynamic):VoidRemove (value:Dynamic):VoidRemoveAt (index:Int):Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/collections/ArrayList_ListWrapper.html