Registry<T>.Register

Method in Registry<T>

Declaration

public bool Register(T item)

Description

Registers an item in the list.

Parameters

itemThe item to register.

Returns

boolTrue if the item was registered, false if the item cannot be registered.