C# 클래스 CSE.Exps.CseObject

Wrapper for values passed around the cse expression Parse methods. This allows the values to have metadata attached to them for better decision making in some cases
상속: ICloneable
파일 보기 프로젝트 열기: kcherr1/CSharp-Eval 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( dynamic newValue ) : CseObject

Creates a shallow copy of this object with a new value

Clone ( ) : object

Creates a shallow copy of this object

CseObject ( dynamic value ) : System

Constructor

operator ( ) : CseObject

Negates the value property

메소드 상세

Clone() 공개 메소드

Creates a shallow copy of this object with a new value
public Clone ( dynamic newValue ) : CseObject
newValue dynamic Value to give the cloned object
리턴 CseObject

Clone() 공개 메소드

Creates a shallow copy of this object
public Clone ( ) : object
리턴 object

CseObject() 공개 메소드

Constructor
public CseObject ( dynamic value ) : System
value dynamic Object for it to hold
리턴 System

operator() 공개 정적인 메소드

Negates the value property
public static operator ( ) : CseObject
리턴 CseObject