C# Class InterfaceSample.Bcl.Stopwatch

IDisposable を実装している = 使い終わったら明示的に Dispose を呼ぶ必要がある。
Inheritance: IDisposable
Show file Open project: ufcpp/UfcppSample

Public Methods

Method Description
Dispose ( ) : void
Stopwatch ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Stopwatch() public method

public Stopwatch ( ) : System
return System