Registry<T>.Register
Method in Registry<T>
Declaration
public bool Register(T item)Description
Registers an item in the list.
Parameters
| item | The item to register. |
Returns
| bool | True if the item was registered, false if the item cannot be registered. |