示例#1
0
 public ElementAttribute SetAttributeNode(ElementAttribute attribute)
 {
     return(null);
 }
示例#2
0
 public ElementAttribute SetNamedItem(ElementAttribute attribute)
 {
     return(null);
 }
示例#3
0
 public ElementAttribute RemoveAttributeNode(ElementAttribute attribute)
 {
     return(null);
 }
 public ElementAttribute SetNamedItem(ElementAttribute attribute)
 {
     return null;
 }