C# Class MvvmCross.Platform.Platform.MvxStopWatch

Inheritance: IDisposable
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
Create ( string text ) : MvxStopWatch
CreateWithTag ( string tag, string text ) : MvxStopWatch
Dispose ( ) : void

Private Methods

Method Description
MvxStopWatch ( string tag, string text ) : System

Method Details

Create() public static method

public static Create ( string text ) : MvxStopWatch
text string
return MvxStopWatch

CreateWithTag() public static method

public static CreateWithTag ( string tag, string text ) : MvxStopWatch
tag string
text string
return MvxStopWatch

Dispose() public method

public Dispose ( ) : void
return void