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