示例#1
0
 protected SessionStepResult(SessionStepResultType result)
 {
     ResultType = result;
 }
示例#2
0
 public EyeTrackerValidationSessionStepResult(SessionStepResultType result, IEnumerable <PointDisplayTime> displayedPoints)
     : base(result)
 {
     Points = displayedPoints.ThrowIfNull(nameof(displayedPoints)).ToList();
 }