StateBag.IDictionary.Add Method (Object, Object)
.NET Framework (current version)
For a description of this member, see IDictionary.Add.
Assembly: System.Web (in System.Web.dll)
private abstract Add : key:Object * value:Object -> unit private override Add : key:Object * value:Object -> unit
Parameters
- key
-
Type:
System.Object
The Object to use as the key of the element to add.
- value
-
Type:
System.Object
The Object to use as the value of the element to add.
Implements
IDictionary.Add(Object, Object)This member is an explicit interface member implementation. It can be used only when the StateBag instance is cast to an IDictionary interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: