Clear() public method

Clears all measures previously computed and indicate the sequence has ended.
public Clear ( ) : void
return void
コード例 #1
0
 /// <summary>
 ///   Clears this instance.
 /// </summary>
 ///
 public void Clear()
 {
     _base.Clear();
 }