Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Bike
Interpreter
ScopeFrame
this
Bike.Interpreter.ScopeFrame.this C# (CSharp) Method
ScopeFrame Class Documentation
Mostrar archivo
Open project: buunguyen/bike
this()
private
method
private
this
(
string
name
) :
object
name
string
return
object
private object this[string name] { get { return members[name]; } set { members[name] = value; } }
ScopeFrame
Assign
Define
Exist
Resolve
ScopeFrame
this