StateBag.IDictionary.Add Method (Object, Object)

 

For a description of this member, see IDictionary.Add.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Private Sub Add (
	key As Object,
	value As Object
)
	Implements IDictionary.Add

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.

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
Return to top
Show: