Method Add Add(TLeft, TRight) Adds an association to map between the specified left and right value. Declaration public void Add(TLeft leftValue, TRight rightValue) Parameters Type Name Description TLeft leftValue TRight rightValue Implements IMap<TLeft, TRight>.Add(TLeft, TRight) IDictionary<TKey, TValue>.Add(TKey, TValue)