C# Class IronPython.Compiler.Ast.PythonReference

Represents a reference to a name. A PythonReference is created for each name referred to in a scope (global, class, or function).
Mostrar archivo Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PythonReference ( string name ) : Microsoft.Scripting

Method Details

PythonReference() public method

public PythonReference ( string name ) : Microsoft.Scripting
name string
return Microsoft.Scripting