C# Class Castle.Components.DictionaryAdapter.NameValueCollectionAdapter

Inheritance: Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter
Afficher le fichier Open project: Jarvin-Guan/CleanAOP Class Usage Examples

Méthodes publiques

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

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

Contains() public méthode

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.
Résultat bool

NameValueCollectionAdapter() public méthode

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

this() public méthode

Gets or sets the Object with the specified key.
public this ( object key ) : object
key object
Résultat object