C# Класс Castle.Components.DictionaryAdapter.NameValueCollectionAdapter

Наследование: Castle.Components.DictionaryAdapter.AbstractDictionaryAdapter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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