[]
        
(Showing Draft Content)

C1.Web.Api.Configuration.Manager-1.Add

Add Method

Add(string, T)

Add item with the key to the manager.

Declaration
public void Add(string key, T item)
Parameters
Type Name Description
string key

The item key.

T item

The item.