XmlAnyElementAttributes Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The XmlAnyElementAttributes type exposes the following members.

Methods

  Name Description
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Add Represents a collection of XmlAnyElementAttribute objects.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Clear Removes all objects from the collection.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Contains Determines whether the collection contains a specified XmlAnyElementAttribute.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 CopyTo Copies an XmlAnyElementAttribute array to the collection, starting at a specified target index.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetEnumerator Returns an IEnumerator that can iterate through the collection.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IndexOf Returns the zero-based index of the first occurrence of a specified XmlAnyElementAttribute in the collection, or -1 if the attribute is not found in the collection.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Insert Inserts an XmlAnyElementAttribute into the collection at the specified index.
Protected methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Remove Removes a specified XmlAnyElementAttribute from the collection, if it is present.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 RemoveAt Removes an XmlAnyElementAttribute item at a specified index from the collection.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast<TResult> Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType<TResult> Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 ICollection.CopyTo Copies the elements from the attribute collection to an array, starting at a specified index of the array.
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IList.Add Adds an item to the attribute list.
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IList.Contains Determines whether the attribute list contains a specific value.
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IList.IndexOf Determines the index of a specified item in the attribute list.
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IList.Insert Inserts an item in the list at a specified index.
Explicit interface implemetationPrivate methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 IList.Remove Removes the first occurrence of a specific object from the list.

Top