StateBag.IDictionary.Item Property (Object)
.NET Framework (current version)
For a description of this member, see IDictionary.Item.
Assembly: System.Web (in System.Web.dll)
private abstract Item : key:Object -> Object with get, set private override Item : key:Object -> Object with get, set
Parameters
- key
-
Type:
System.Object
The key of the element to get.
Implements
IDictionary.Item(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 2.0
Available since 2.0
Show: