HttpApplicationStateWrapper.Remove(String) Method

Definition

Removes the object specified by name from the collection.

public:
 override void Remove(System::String ^ name);
public override void Remove (string name);
override this.Remove : string -> unit
Public Overrides Sub Remove (name As String)

Parameters

name
String

The name of the object to remove from the collection.

Applies to