Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Wren
Core
Objects
ObjUpvalue
C# Class Wren.Core.Objects.ObjUpvalue
Inheritance:
Wren.Core.Objects.Obj
ファイルを表示
Open project: robotii/Wren.NET
Class Usage Examples
Public Properties
Property
Type
Description
Container
Wren.Core.Objects.Obj
Index
int
Next
ObjUpvalue
Public Methods
Method
Description
ObjUpvalue
(
Wren.Core.Objects.Obj
c
,
int
index
)
Method Details
ObjUpvalue()
public
method
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
return
Wren.Core.Objects.Obj
Index
public_oe property
public
int
Index
return
int
Next
public_oe property
public
ObjUpvalue,Wren.Core.Objects
Next
return
ObjUpvalue