Mono Class Library: Overview

System.Configuration.ConfigXmlDocument: Members

The members of System.Configuration.ConfigXmlDocument are listed below.

See Also: Inherited members from System.Xml.XmlDocument

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

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

Public Methods

override
CreateAttribute(string, string, string) : System.Xml.XmlAttribute
Documentation for this section has not yet been entered.
override
CreateCDataSection(string) : System.Xml.XmlCDataSection
Documentation for this section has not yet been entered.
override
CreateComment(string) : System.Xml.XmlComment
Documentation for this section has not yet been entered.
override
CreateElement(string, string, string) : System.Xml.XmlElement
Documentation for this section has not yet been entered.
override
CreateSignificantWhitespace(string) : System.Xml.XmlSignificantWhitespace
Documentation for this section has not yet been entered.
override
CreateTextNode(string) : System.Xml.XmlText
Documentation for this section has not yet been entered.
override
CreateWhitespace(string) : System.Xml.XmlWhitespace
Documentation for this section has not yet been entered.
override
Load(string)
Documentation for this section has not yet been entered.
LoadSingleElement(string, System.Xml.XmlTextReader)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

[read-only]
System.Configuration.IConfigXmlNode.Filenamestring. Documentation for this section has not yet been entered.
[read-only]
System.Configuration.Internal.IConfigErrorInfo.Filenamestring. Documentation for this section has not yet been entered.
[read-only]
System.Configuration.IConfigXmlNode.LineNumberint. Documentation for this section has not yet been entered.
[read-only]
System.Configuration.Internal.IConfigErrorInfo.LineNumberint. 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.