Registry<T>.Unregister
Method in Registry<T>
Declaration
public bool Unregister(T item)Description
Unregisters an item from the list.
Parameters
| item | The item to unregister. |
Returns
| bool | True if the item was unregistered, false if the item cannot be unregistered. |