コード例 #1
0
ファイル: AbstractBTree.cs プロジェクト: mrdotnet/NDatabase
 public virtual void Clear()
 {
     _root.Clear();
 }