C# Class Wren.Core.Objects.ObjUpvalue

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

Méthodes publiques

Свойство Type Description
Container Wren.Core.Objects.Obj
Index int
Next ObjUpvalue

Méthodes publiques

Méthode Description
ObjUpvalue ( Wren.Core.Objects.Obj c, int index )

Method Details

ObjUpvalue() public méthode

public ObjUpvalue ( Wren.Core.Objects.Obj c, int index )
c Wren.Core.Objects.Obj
index int

Property Details

Container public_oe property

public Obj,Wren.Core.Objects Container
Résultat Wren.Core.Objects.Obj

Index public_oe property

public int Index
Résultat int

Next public_oe property

public ObjUpvalue,Wren.Core.Objects Next
Résultat ObjUpvalue