HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

interface IList

package cs.system.collections

extends ICollection, IEnumerable, ArrayAccess<Dynamic>

extended by ReadOnlyCollection_1, ArrayList, ArrayList_ListWrapper, Array

@:nativeGen@:abstract@:libType@:csNative@:native("System.Collections.IList")

Available on cs

Variables

read onlyIsFixedSize:Bool

read onlyIsReadOnly:Bool

Methods

Add(value:Dynamic):Int

Clear():Void

Contains(value:Dynamic):Bool

IndexOf(value:Dynamic):Int

Insert(index:Int, value:Dynamic):Void

Remove(value:Dynamic):Void

RemoveAt(index:Int):Void

get_IsFixedSize():Bool

get_IsReadOnly():Bool

get_Item(index:Int):Dynamic

set_Item(index:Int, value:Dynamic):Void

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe