Method | Description | |
---|---|---|
CopyNameOnlyTo ( string>.ICollection |
Copies current name-only to the provided collection instance.
|
|
CopyTo ( string>.ICollection |
Copies current name value pair field to the provided collection instance.
|
Method | Description | |
---|---|---|
Clear ( ) : void |
Clears this instance.
|
public CopyNameOnlyTo ( string>.ICollection |
||
nameValuePairs | string>.ICollection | The collection to copy into. |
return | void |
public CopyTo ( string>.ICollection |
||
nameValuePairs | string>.ICollection | The collection to copy into. |
return | void |