C# Class Elfar.Collection

Inheritance: System.Collections.Specialized.NameValueCollection, IXmlSerializable
Afficher le fichier Open project: stevenbey/elfar Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Add ( dictionary d ) : void
Each ( string>.Action func ) : void

Method Details

Add() public méthode

public Add ( System.Web.HttpCookieCollection cookies ) : void
cookies System.Web.HttpCookieCollection
Résultat void

Add() public méthode

public Add ( NameValueCollection nvc ) : void
nvc System.Collections.Specialized.NameValueCollection
Résultat void

GetSchema() public méthode

public GetSchema ( ) : XmlSchema
Résultat System.Xml.Schema.XmlSchema

ReadXml() public méthode

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WriteXml() public méthode

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Résultat void