collections.IList

IList

package cs-system-collections

extends ArrayAccess

implemented by ReadOnlyCollection_1, ArrayList, ArrayList_ListWrapper, Array

Available on cs

Variables

read only Count:Int

read only IsFixedSize:Bool

read only IsReadOnly:Bool

read only IsSynchronized:Bool

read only SyncRoot:Dynamic

Methods

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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/collections/IList.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部