Exemple #1
0
 internal IValue GetReference(string name, Runtime runtime)
 {
     return(_stack.GetReference(name, runtime));
 }