C# Class Elfar.Collection

Inheritance: System.Collections.Specialized.NameValueCollection, IXmlSerializable
Show file Open project: stevenbey/elfar Class Usage Examples

Public Methods

Method Description
Add ( System.Web.HttpCookieCollection cookies ) : void
Add ( NameValueCollection nvc ) : void
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void
ToString ( ) : string
WriteXml ( XmlWriter writer ) : void

Private Methods

Method Description
Add ( dictionary d ) : void
Each ( string>.Action func ) : void

Method Details

Add() public method

public Add ( System.Web.HttpCookieCollection cookies ) : void
cookies System.Web.HttpCookieCollection
return void

Add() public method

public Add ( NameValueCollection nvc ) : void
nvc System.Collections.Specialized.NameValueCollection
return void

GetSchema() public method

public GetSchema ( ) : XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
return void

ToString() public method

public ToString ( ) : string
return string

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void