C# 클래스 Grasp.VariableBinding

A binding between a variable and its value in a particular context
파일 보기 프로젝트 열기: bwatts/Grasp 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Gets a textual representation of this binding

VariableBinding ( Variable variable, object value ) : System

Initializes a binding with the specified variable and value

메소드 상세

ToString() 공개 메소드

Gets a textual representation of this binding
public ToString ( ) : string
리턴 string

VariableBinding() 공개 메소드

Initializes a binding with the specified variable and value
public VariableBinding ( Variable variable, object value ) : System
variable Variable The bound variable
value object The value to which the specified variable is bound
리턴 System