Method Set
Set(TLeft, TRight)
Sets an association on the map between the specified left and right value, overriding any previous associations these values had.
Declaration
public void Set(TLeft leftValue, TRight rightValue)
Parameters
Type | Name | Description |
---|---|---|
TLeft | leftValue | |
TRight | rightValue |