C# Class Hourglass.Serialization.TimerOptionsInfo

The representation of a TimerOptions used for XML serialization.
ファイルを表示 Open project: Dziemborowicz/Hourglass Class Usage Examples

Public Methods

Method Description
FromTimerOptions ( TimerOptions options ) : TimerOptionsInfo

Returns a TimerOptionsInfo for the specified TimerOptions.

Method Details

FromTimerOptions() public static method

Returns a TimerOptionsInfo for the specified TimerOptions.
public static FromTimerOptions ( TimerOptions options ) : TimerOptionsInfo
options Hourglass.Timing.TimerOptions A .
return TimerOptionsInfo