Overload List
| Name | Description | |
|---|---|---|
|  | TryRemove(TKey) | 
            Attempts to remove the value with the specified key from the NamedMapTKey, TValue.
             | 
|   | TryRemove(TKey, RemoveBehavior, TValue) | 
            Attempts to remove and return the value with the specified key from the NamedMapTKey, TValue.
            If the  parameter is set to the 
            RemoveBehaviorOptions.DoNotReturnValue, the value is removed and is not returned via the 
            value parameter to optimize the method call performance.
             | 
See Also