C# Class IronPython.Compiler.Ast.PythonVariable

Afficher le fichier Open project: jschementi/iron Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PythonVariable ( string name, VariableKind kind, ScopeStatement scope ) : System

Method Details

PythonVariable() public méthode

public PythonVariable ( string name, VariableKind kind, ScopeStatement scope ) : System
name string
kind VariableKind
scope ScopeStatement
Résultat System