W3cubDocs

/Haxe C#

ReadOnlyCollection_1<T0>

package cs.system.collections.objectmodel

implements ICollection_1<T0>, IList_1<T0>, IEnumerable_1<T0>, ICollection, IEnumerable, IList

@:libType@:csNative@:native("System.Collections.ObjectModel.ReadOnlyCollection`1") Available on cs

Constructor

@:final @:overload new (list:IList_1<T0>)

Variables

read only Count:Int

Methods

@:noCompletion @:skipReflection @:final @:overload Contains (value:T0 ):Bool

@:noCompletion @:skipReflection @:final @:overload CopyTo (array:NativeArray<T0>, index:Int):Void

@:noCompletion @:skipReflection @:final @:overload GetEnumerator ():IEnumerator_1<T0>

@:noCompletion @:skipReflection @:final @:overload IndexOf (value:T0 ):Int

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/collections/objectmodel/ReadOnlyCollection_1.html