Method | Description | |
---|---|---|
Adapt ( |
Adapts the specified name values.
|
|
Contains ( object key ) : bool |
Determines whether the
|
|
NameValueCollectionAdapter ( |
Initializes a new instance of the NameValueCollectionAdapter class.
|
|
this ( object key ) : object |
Gets or sets the Object with the specified key.
|
public static Adapt ( |
||
nameValues | The name values. | |
return |
public Contains ( object key ) : bool | ||
key | object | The key to locate in the |
return | bool |
public NameValueCollectionAdapter ( |
||
nameValues | The name values. | |
return | System |