HttpApplicationStateWrapper.Add(String, Object) Método

Definição

Adiciona um objeto à coleção.Adds an object to the collection.

public:
 override void Add(System::String ^ name, System::Object ^ value);
public override void Add (string name, object value);
override this.Add : string * obj -> unit
Public Overrides Sub Add (name As String, value As Object)

Parâmetros

name
String

O nome do objeto a adicionar à coleção.The name of the object to add to the collection.

value
Object

O valor do objeto.The value of the object.

Aplica-se a