collections.generic.ICollection_1

ICollection_1<T0>

package cs-system-collections-generic

extends IEnumerable

implemented by ReadOnlyCollection_1

Available on cs

Variables

read only Count:Int

read only IsReadOnly:Bool

Methods

Add (item:T0 ):Void

Clear ():Void

Contains (item:T0 ):Bool

CopyTo (array:NativeArray<T0>, arrayIndex:Int):Void

GetEnumerator ():IEnumerator_1<T0>

Remove (item:T0 ):Bool

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/collections/generic/ICollection_1.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部