package cs.system.collections.generic
extends ArrayAccess
implemented by ReadOnlyCollection_1
Available on csread only Count:Intread only IsReadOnly:Bool Add (item:T0 ):Void Clear ():Void Contains (item:T0 ):Bool CopyTo (array:NativeArray<T0>, arrayIndex:Int):Void GetEnumerator ():IEnumerator_1<T0> IndexOf (item:T0 ):Int Insert (index:Int, item:T0 ):Void Remove (item:T0 ):Bool RemoveAt (index:Int):Void
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/collections/generic/IList_1.html