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