C# Class ConsoleUtils.QuickOptions

ファイルを表示 Open project: ShaneK2/inVtero.net

Public Properties

Property Type Description
Items List
Timer Stopwatch

Private Properties

Property Type Description

Public Methods

Method Description
FormatRate ( long siz, System.TimeSpan t ) : string

Method Details

FormatRate() public static method

public static FormatRate ( long siz, System.TimeSpan t ) : string
siz long
t System.TimeSpan
return string

Property Details

Items public_oe static_oe property

public static List Items
return List

Timer public_oe static_oe property

public static Stopwatch Timer
return Stopwatch