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]
void Insert(int index, XmlArrayItemAttribute attribute)
Inserts an T:System.Xml.Serialization.XmlArrayItemAttribute into the collection at the specified inde...
Provides the abstract base class for a strongly typed collection.
int Add(XmlArrayItemAttribute attribute)
Adds an T:System.Xml.Serialization.XmlArrayItemAttribute to the collection.
bool Contains(XmlArrayItemAttribute attribute)
Determines whether the collection contains the specified T:System.Xml.Serialization....
void Remove(XmlArrayItemAttribute attribute)
Removes an T:System.Xml.Serialization.XmlArrayItemAttribute from the collection, if it is present.
XmlArrayItemAttributes()
Initializes a new instance of the T:System.Xml.Serialization.XmlArrayItemAttributes class.
Represents an attribute that specifies the derived types that the T:System.Xml.Serialization....
void CopyTo(XmlArrayItemAttribute[] array, int index)
Copies an T:System.Xml.Serialization.XmlArrayItemAttribute array to the collection,...
Represents a collection of T:System.Xml.Serialization.XmlArrayItemAttribute objects.
int IndexOf(XmlArrayItemAttribute attribute)
Returns the zero-based index of the first occurrence of the specified T:System.Xml....