Mono Class Library: Overview

System.Xml.XmlAttributeCollection: Members

The members of System.Xml.XmlAttributeCollection are listed below.

See Also: Inherited members from System.Xml.XmlNamedNodeMap

Public Properties

[read-only]
default property
ItemOf(int)XmlAttribute. Documentation for this section has not yet been entered.
[read-only]
default property
ItemOf(string)XmlAttribute. Documentation for this section has not yet been entered.
[read-only]
default property
ItemOf(string, string)XmlAttribute. Documentation for this section has not yet been entered.

Public Methods

Append(XmlAttribute) : XmlAttribute
Documentation for this section has not yet been entered.
CopyTo(XmlAttribute[], int)
Documentation for this section has not yet been entered.
InsertAfter(XmlAttribute, XmlAttribute) : XmlAttribute
Documentation for this section has not yet been entered.
InsertBefore(XmlAttribute, XmlAttribute) : XmlAttribute
Documentation for this section has not yet been entered.
Prepend(XmlAttribute) : XmlAttribute
Documentation for this section has not yet been entered.
Remove(XmlAttribute) : XmlAttribute
Documentation for this section has not yet been entered.
RemoveAll()
Documentation for this section has not yet been entered.
RemoveAt(int) : XmlAttribute
Documentation for this section has not yet been entered.
override
SetNamedItem(XmlNode) : XmlNode
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICollection.CopyToDocumentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
[read-only]
ICollection.SyncRootobject. Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.