C# 클래스 Castle.Components.DictionaryAdapter.NameValueCollectionAdapter

상속: Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter
파일 보기 프로젝트 열기: Jarvin-Guan/CleanAOP 1 사용 예제들

공개 메소드들

메소드 설명
Adapt ( NameValueCollection nameValues ) : NameValueCollectionAdapter

Adapts the specified name values.

Contains ( object key ) : bool

Determines whether the object contains an element with the specified key.

NameValueCollectionAdapter ( NameValueCollection nameValues ) : System

Initializes a new instance of the NameValueCollectionAdapter class.

this ( object key ) : object

Gets or sets the Object with the specified key.

메소드 상세

Adapt() 공개 정적인 메소드

Adapts the specified name values.
public static Adapt ( NameValueCollection nameValues ) : NameValueCollectionAdapter
nameValues System.Collections.Specialized.NameValueCollection The name values.
리턴 NameValueCollectionAdapter

Contains() 공개 메소드

Determines whether the object contains an element with the specified key.
key is null.
public Contains ( object key ) : bool
key object The key to locate in the object.
리턴 bool

NameValueCollectionAdapter() 공개 메소드

Initializes a new instance of the NameValueCollectionAdapter class.
public NameValueCollectionAdapter ( NameValueCollection nameValues ) : System
nameValues System.Collections.Specialized.NameValueCollection The name values.
리턴 System

this() 공개 메소드

Gets or sets the Object with the specified key.
public this ( object key ) : object
key object
리턴 object