C# Class aoc2019.Puzzles.Core.SolutionProgressEventArgs

Inheritance: EventArgs
Show file Open project: sanraith/aoc2019

Public Properties

Property Type Description
Progress aoc2019.Puzzles.Core.SolutionProgress

Public Methods

Method Description
SolutionProgressEventArgs ( aoc2019.Puzzles.Core.SolutionProgress solutionProgress ) : System

Method Details

SolutionProgressEventArgs() public method

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

Property Details

Progress public property

public SolutionProgress,aoc2019.Puzzles.Core Progress
return aoc2019.Puzzles.Core.SolutionProgress