C# 클래스 aoc2019.Puzzles.Core.SolutionProgressEventArgs

상속: EventArgs
파일 보기 프로젝트 열기: sanraith/aoc2019

공개 프로퍼티들

프로퍼티 타입 설명
Progress aoc2019.Puzzles.Core.SolutionProgress

공개 메소드들

메소드 설명
SolutionProgressEventArgs ( aoc2019.Puzzles.Core.SolutionProgress solutionProgress ) : System

메소드 상세

SolutionProgressEventArgs() 공개 메소드

public SolutionProgressEventArgs ( aoc2019.Puzzles.Core.SolutionProgress solutionProgress ) : System
solutionProgress aoc2019.Puzzles.Core.SolutionProgress
리턴 System

프로퍼티 상세

Progress 공개적으로 프로퍼티

public SolutionProgress,aoc2019.Puzzles.Core Progress
리턴 aoc2019.Puzzles.Core.SolutionProgress