C# Класс 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).
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
PythonReference ( string name ) : Microsoft.Scripting

Описание методов

PythonReference() публичный Метод

public PythonReference ( string name ) : Microsoft.Scripting
name string
Результат Microsoft.Scripting