6 [global::__DynamicallyInvokable]
12 [global::__DynamicallyInvokable]
15 [global::__DynamicallyInvokable]
20 [global::__DynamicallyInvokable]
23 base.List[index] = value;
30 [global::__DynamicallyInvokable]
33 return base.List.Add(attribute);
39 [global::__DynamicallyInvokable]
42 base.List.Insert(index, attribute);
48 [global::__DynamicallyInvokable]
51 return base.List.IndexOf(attribute);
58 [global::__DynamicallyInvokable]
61 return base.List.Contains(attribute);
66 [global::__DynamicallyInvokable]
69 base.List.Remove(attribute);
75 [global::__DynamicallyInvokable]
78 base.List.CopyTo(array, index);
82 [global::__DynamicallyInvokable]
int Add(XmlAnyElementAttribute attribute)
Adds an T:System.Xml.Serialization.XmlAnyElementAttribute to the collection.
void CopyTo(XmlAnyElementAttribute[] array, int index)
Copies the entire collection to a compatible one-dimensional array of T:System.Xml....
Provides the abstract base class for a strongly typed collection.
Specifies that the member (a field that returns an array of T:System.Xml.XmlElement or T:System....
Represents a collection of T:System.Xml.Serialization.XmlAnyElementAttribute objects.
int IndexOf(XmlAnyElementAttribute attribute)
Gets the index of the specified T:System.Xml.Serialization.XmlAnyElementAttribute.
XmlAnyElementAttributes()
Initializes a new instance of the T:System.Xml.Serialization.XmlAnyElementAttributes class.
void Insert(int index, XmlAnyElementAttribute attribute)
Inserts an T:System.Xml.Serialization.XmlAnyElementAttribute into the collection at the specified ind...
bool Contains(XmlAnyElementAttribute attribute)
Gets a value that indicates whether the specified T:System.Xml.Serialization.XmlAnyElementAttribute e...
void Remove(XmlAnyElementAttribute attribute)
Removes the specified T:System.Xml.Serialization.XmlAnyElementAttribute from the collection.