C# 클래스 RSharp.Core.Context

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

공개 메소드들

메소드 설명
Context ( ) : System
Context ( Context parent ) : System
GetValue ( string name ) : object
SetValue ( string name, object value ) : void

메소드 상세

Context() 공개 메소드

public Context ( ) : System
리턴 System

Context() 공개 메소드

public Context ( Context parent ) : System
parent Context
리턴 System

GetValue() 공개 메소드

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

SetValue() 공개 메소드

public SetValue ( string name, object value ) : void
name string
value object
리턴 void