C# Class IronPython.Compiler.Ast.PythonVariable

Datei anzeigen Open project: jschementi/iron Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PythonVariable ( string name, VariableKind kind, ScopeStatement scope ) : System

Method Details

PythonVariable() public method

public PythonVariable ( string name, VariableKind kind, ScopeStatement scope ) : System
name string
kind VariableKind
scope ScopeStatement
return System