C# 클래스 BitOrchestra.SequencerExpression

An expression that accesses values from a sequence.
상속: Expression
파일 보기 프로젝트 열기: dzamkov/Bit-Orchestra 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Items List
Parameter Expression

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
SequencerExpression ( List Items, Expression Parameter ) : System

보호된 메소드들

메소드 설명
CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator

메소드 상세

CreateEvaluator() 보호된 메소드

protected CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator
Cache Evaluator>.Dictionary
BufferSize int
Resolution int
리턴 Evaluator

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SequencerExpression() 공개 메소드

public SequencerExpression ( List Items, Expression Parameter ) : System
Items List
Parameter Expression
리턴 System

프로퍼티 상세

Items 공개적으로 프로퍼티

The items in the sequence.
public List Items
리턴 List

Parameter 공개적으로 프로퍼티

The parameter used for lookup in the sequence.
public Expression,BitOrchestra Parameter
리턴 Expression