Method Clear
Clear(TAlternateKey)
Clears the values in the set associated with the specified alternate key and removes the key from the dictionary.
Declaration
  public bool Clear(TAlternateKey key)
 
Parameters
  
    
      | Type | Name | Description | 
  
  
    
      | TAlternateKey | key |  | 
  
Returns
Clear(TAlternateKey, out TKey)
Clears the values in the set associated with the specified alternate key and removes the key from the dictionary.
Declaration
  public bool Clear(TAlternateKey key, out TKey actualKey)
 
Parameters
  
    
      | Type | Name | Description | 
  
  
    
      | TAlternateKey | key |  | 
    
      | TKey | actualKey |  | 
  
Returns