C# 클래스 Appccelerate.EvaluationEngine.Questioner

Asks questions without knowing how they are answered.
파일 보기 프로젝트 열기: appccelerate/appccelerate 1 사용 예제들

공개 메소드들

메소드 설명
Ask ( ) : void

Asks questions on the evaluation engine without knowledge how they are solved.

Questioner ( IEvaluationEngine evaluationEngine ) : System

Initializes a new instance of the Questioner class.

메소드 상세

Ask() 공개 메소드

Asks questions on the evaluation engine without knowledge how they are solved.
public Ask ( ) : void
리턴 void

Questioner() 공개 메소드

Initializes a new instance of the Questioner class.
public Questioner ( IEvaluationEngine evaluationEngine ) : System
evaluationEngine IEvaluationEngine The evaluation engine.
리턴 System