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).
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PythonReference ( string name ) : Microsoft.Scripting

메소드 상세

PythonReference() 공개 메소드

public PythonReference ( string name ) : Microsoft.Scripting
name string
리턴 Microsoft.Scripting