C# Class Bari.Core.Build.Statistics.BuilderStats.Record

Datei anzeigen Open project: vigoo/bari

Public Properties

Property Type Description
Id string
Length System.TimeSpan

Public Methods

Method Description
Record ( string id, System.TimeSpan length ) : System

Method Details

Record() public method

public Record ( string id, System.TimeSpan length ) : System
id string
length System.TimeSpan
return System

Property Details

Id public_oe property

public string Id
return string

Length public_oe property

public TimeSpan,System Length
return System.TimeSpan