[]
Add item with the key to the manager.
public void Add(string key, T item)
Public Sub Add(key As String, item As T)
The item key.
The item.