C# Class Wren.Core.Objects.ObjList

Inheritance: Wren.Core.Objects.Obj
Afficher le fichier Open project: robotii/Wren.NET Class Usage Examples

Méthodes publiques

Méthode Description
Add ( Wren.Core.Objects.Obj v ) : void
Clear ( ) : void
Count ( ) : int
Get ( int index ) : Wren.Core.Objects.Obj
Insert ( Wren.Core.Objects.Obj c, int index ) : void
ObjList ( int numElements ) : System.Collections.Generic
RemoveAt ( int index ) : Wren.Core.Objects.Obj
Set ( Wren.Core.Objects.Obj v, int index ) : void

Method Details

Add() public méthode

public Add ( Wren.Core.Objects.Obj v ) : void
v Wren.Core.Objects.Obj
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Count() public méthode

public Count ( ) : int
Résultat int

Get() public méthode

public Get ( int index ) : Wren.Core.Objects.Obj
index int
Résultat Wren.Core.Objects.Obj

Insert() public méthode

public Insert ( Wren.Core.Objects.Obj c, int index ) : void
c Wren.Core.Objects.Obj
index int
Résultat void

ObjList() public méthode

public ObjList ( int numElements ) : System.Collections.Generic
numElements int
Résultat System.Collections.Generic

RemoveAt() public méthode

public RemoveAt ( int index ) : Wren.Core.Objects.Obj
index int
Résultat Wren.Core.Objects.Obj

Set() public méthode

public Set ( Wren.Core.Objects.Obj v, int index ) : void
v Wren.Core.Objects.Obj
index int
Résultat void