C# 클래스 Binarysharp.Benchmark.Results.IterationEventArgs

Represents an event argument when an iteration is completed.
상속: System.EventArgs
파일 보기 프로젝트 열기: ZenLulz/BenchShark

공개 메소드들

메소드 설명
IterationEventArgs ( IterationResult currentIteration, EvaluationResult currentEvaluation ) : System

Initializes a new instance of the class IterationEventArgs.

메소드 상세

IterationEventArgs() 공개 메소드

Initializes a new instance of the class IterationEventArgs.
public IterationEventArgs ( IterationResult currentIteration, EvaluationResult currentEvaluation ) : System
currentIteration IterationResult The current iteration of the evaluation.
currentEvaluation EvaluationResult The current running evaluation.
리턴 System