コード例 #1
0
 public DomNotation CreateNotation(string name)
 {
     return(OwnerDocument.CreateNotation(name));
 }