6 [global::__DynamicallyInvokable]
15 [global::__DynamicallyInvokable]
18 [global::__DynamicallyInvokable]
23 [global::__DynamicallyInvokable]
26 base.List[index] = value;
33 [global::__DynamicallyInvokable]
36 return base.List.Add(attribute);
42 [global::__DynamicallyInvokable]
45 base.List.Insert(index, attribute);
51 [global::__DynamicallyInvokable]
54 return base.List.IndexOf(attribute);
61 [global::__DynamicallyInvokable]
64 return base.List.Contains(attribute);
69 [global::__DynamicallyInvokable]
72 base.List.Remove(attribute);
78 [global::__DynamicallyInvokable]
81 base.List.CopyTo(array, index);
85 [global::__DynamicallyInvokable]
bool Contains(XmlElementAttribute attribute)
Determines whether the collection contains the specified object.
Provides the abstract base class for a strongly typed collection.
int IndexOf(XmlElementAttribute attribute)
Gets the index of the specified T:System.Xml.Serialization.XmlElementAttribute.
void Insert(int index, XmlElementAttribute attribute)
Inserts an T:System.Xml.Serialization.XmlElementAttribute into the collection.
XmlElementAttributes()
Initializes a new instance of the T:System.Xml.Serialization.XmlElementAttributes class.
int Add(XmlElementAttribute attribute)
Adds an T:System.Xml.Serialization.XmlElementAttribute to the collection.
void CopyTo(XmlElementAttribute[] array, int index)
Copies the T:System.Xml.Serialization.XmlElementAttributes, or a portion of it to a one-dimensional a...
Represents a collection of T:System.Xml.Serialization.XmlElementAttribute objects used by the T:Syste...
void Remove(XmlElementAttribute attribute)
Removes the specified object from the collection.
Indicates that a public field or property represents an XML element when the T:System....