コード例 #1
0
ファイル: Table.cs プロジェクト: KallynGowdy/Parser.Net
 /// <summary>
 ///     Clears all of the values from the table.
 /// </summary>
 public void Clear()
 {
     lookup.Clear();
 }