Mono Class Library: Overview

System.Xml.XmlNamedNodeMap: Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint. Documentation for this section has not yet been entered.

Public Methods

GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
GetNamedItem(string) : XmlNode
Documentation for this section has not yet been entered.
GetNamedItem(string, string) : XmlNode
Documentation for this section has not yet been entered.
Item(int) : XmlNode
Documentation for this section has not yet been entered.
RemoveNamedItem(string) : XmlNode
Documentation for this section has not yet been entered.
RemoveNamedItem(string, string) : XmlNode
Documentation for this section has not yet been entered.
SetNamedItem(XmlNode) : XmlNode
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.