Method IMap<TLeft, TRight>.Add
IMap<TLeft, TRight>.Add(TLeft, TRight)
Not supported.
Declaration
void IMap<TLeft, TRight>.Add(TLeft leftValue, TRight rightValue)Parameters
| Type | Name | Description | 
|---|---|---|
| TLeft | leftValue | |
| TRight | rightValue | 
Implements
Exceptions
| Type | Condition | 
|---|---|
| NotSupportedException | This operation is not supported. | 
