C# Class Castle.Components.DictionaryAdapter.NameValueCollectionAdapter

Inheritance: Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter
Show file Open project: Jarvin-Guan/CleanAOP Class Usage Examples

Public Methods

Method Description
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.

Method Details

Adapt() public static method

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

Contains() public method

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.
return bool

NameValueCollectionAdapter() public method

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

this() public method

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