[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.Web.Api Assembly
C1.Web.Api.Configuration
Classes
Manager<T>
Methods
Add
dotnet-api
C1.Web.Api Assembly
C1.Web.Api
C1.Web.Api.Configuration
Classes
Manager<T>
Constructors
Properties
Methods
Add
Contains
Get
Remove
TryGet
C1.Web.Api.Data
C1.Web.Api.Storage
C1.Web.Api.Storage.Legacy
Owin
C1.Web.Api.BarCode Assembly
C1.Web.Api.Cloud Assembly
C1.Web.Api.DataEngine Assembly
C1.Web.Api.Document Assembly
C1.Web.Api.Excel Assembly
C1.Web.Api.Image Assembly
C1.Web.Api.Pdf Assembly
C1.Web.Api.Report Assembly
(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.