package cs.system.collections
extends ArrayAccess
implemented by ReadOnlyCollection_1, ArrayList, ArrayList_ListWrapper, Array
Available on csread only Count:Intread only IsFixedSize:Boolread only IsReadOnly:Boolread only IsSynchronized:Boolread only SyncRoot: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–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/collections/IList.html