Method | Description | |
---|---|---|
Add ( String name, IConfiguration configNode ) : void |
Adds the specified name.
|
|
Add ( String name, String value ) : void |
Adds the specified name.
|
|
Add ( object key, object value ) : void |
Adds the specified key. Not implemented |
|
Clear ( ) : void |
Clears this instance. Not implemented |
|
Contains ( object key ) : bool |
Determines whether this collection contains the specified key.
|
|
CopyTo ( |
Copy the content to the specified array Not implemented |
|
GetEnumerator ( ) : IEnumerator |
Returns an enumerator that can iterate through a collection.
|
|
ParameterModelCollection ( ) : System |
Initializes a new instance of the ParameterModelCollection class.
|
|
Remove ( object key ) : void |
Removes the specified key. Not implemented |
|
this ( object key ) : |
Gets the ParameterModel with the specified key.
|
public Add ( String name, IConfiguration configNode ) : void | ||
name | String | The name. |
configNode | IConfiguration | The config node. |
return | void |
public Add ( String name, String value ) : void | ||
name | String | The name. |
value | String | The value. |
return | void |
public Add ( object key, object value ) : void | ||
key | object | The key. |
value | object | The value. |
return | void |
public CopyTo ( |
||
array | target array | |
index | int | target index |
return | void |