C# 클래스 ExpressionEngine.Scope

파일 보기 프로젝트 열기: gsscoder/exprengine 1 사용 예제들

공개 메소드들

메소드 설명
Scope ( ) : System.Collections.Generic
this ( string name ) : object

메소드 상세

Scope() 공개 메소드

public Scope ( ) : System.Collections.Generic
리턴 System.Collections.Generic

this() 공개 메소드

public this ( string name ) : object
name string
리턴 object