Clear() public method

public Clear ( ) : void
return void
コード例 #1
0
 public void TestReadOnlyClear()
 {
     SvgPathSegList list = new SvgPathSegList("", true);
     list.Clear();
 }
コード例 #2
0
 public void StartPath()
 {
     _pathList.Clear();
 }