Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Xml.​Serialization.​XmlAnyElementAttribute
Assembly: System.Xml.ReaderWriter
Inheritance: object → Attribute → XmlAnyElementAttribute
Specifies that the member (a field that returns an array of <see cref="T:System.Xml.XmlElement" /> or <see cref="T:System.Xml.XmlNode" /> objects) contains objects that represent any XML element that has no corresponding member in the object being serialized or deserialized.
Properties
public
string
Name
Gets or sets the XML element name.
public
string
Namespace
Gets or sets the XML namespace generated in the XML document.
public
int
Order
Gets or sets the explicit order in which the elements are serialized or deserialized.
public
object
TypeId
Methods
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object