Interface ITableSource<TKey, TValue>
A selector with assignment and a specification.
Inherited Members
Namespace: ExtendedXmlSerializer.Core.Sources
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface ITableSource<in TKey, TValue> : ISpecification<TKey>, IParameterizedSource<TKey, TValue>, IAssignable<TKey, TValue>
Type Parameters
TKey
The key type. |
TValue
The value type. |
Methods
Remove(TKey)
Removes the value (if any) found with the specified key.
Declaration
bool Remove(TKey key)
Parameters
TKey
key
The key used to query. |
Returns
System.Boolean
Result of removal. |