CryptographicCollection<T>.Remove Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
Remove(T)
Removes an item from the collection.
Declaration
public bool Remove(T item)
Parameters
| Type | Name | Description |
|---|---|---|
| T | item | An item to remove. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the item was removed; false if not removed. |