コード例 #1
0
ファイル: StackLinkList.cs プロジェクト: basantvip/MyProjects
 public void Clear()
 {
     _stack.Clear();
 }