Method | Description | |
---|---|---|
Add ( |
||
Contains ( XmlAnyElementAttribute attribute ) : bool | ||
CopyTo ( XmlAnyElementAttribute array, int index ) : void | ||
IndexOf ( XmlAnyElementAttribute attribute ) : int | ||
Insert ( int index, XmlAnyElementAttribute attribute ) : void | ||
Remove ( XmlAnyElementAttribute attribute ) : void | ||
this ( int index ) : XmlAnyElementAttribute |
public Add ( |
||
attribute | ||
return | int |
public Contains ( XmlAnyElementAttribute attribute ) : bool | ||
attribute | XmlAnyElementAttribute | |
return | bool |
public CopyTo ( XmlAnyElementAttribute array, int index ) : void | ||
array | XmlAnyElementAttribute | |
index | int | |
return | void |
public IndexOf ( XmlAnyElementAttribute attribute ) : int | ||
attribute | XmlAnyElementAttribute | |
return | int |
public Insert ( int index, XmlAnyElementAttribute attribute ) : void | ||
index | int | |
attribute | XmlAnyElementAttribute | |
return | void |
public Remove ( XmlAnyElementAttribute attribute ) : void | ||
attribute | XmlAnyElementAttribute | |
return | void |
public this ( int index ) : XmlAnyElementAttribute | ||
index | int | |
return | XmlAnyElementAttribute |