C# 클래스 Elfar.Collection

상속: System.Collections.Specialized.NameValueCollection, IXmlSerializable
파일 보기 프로젝트 열기: stevenbey/elfar 1 사용 예제들

공개 메소드들

메소드 설명
Add ( System.Web.HttpCookieCollection cookies ) : void
Add ( NameValueCollection nvc ) : void
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void
ToString ( ) : string
WriteXml ( XmlWriter writer ) : void

비공개 메소드들

메소드 설명
Add ( dictionary d ) : void
Each ( string>.Action func ) : void

메소드 상세

Add() 공개 메소드

public Add ( System.Web.HttpCookieCollection cookies ) : void
cookies System.Web.HttpCookieCollection
리턴 void

Add() 공개 메소드

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

GetSchema() 공개 메소드

public GetSchema ( ) : XmlSchema
리턴 System.Xml.Schema.XmlSchema

ReadXml() 공개 메소드

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteXml() 공개 메소드

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
리턴 void