コード例 #1
0
ファイル: PathStorage.cs プロジェクト: MichealWen/sharpmapv2
 public void RemoveAll()
 {
     m_vertices.RemoveAll(); m_iterator = 0;
 }