Condividi tramite


TurnContextStateCollection.Set Metodo

Definizione

Overload

Set<T>(T)

Impostare un valore sul contesto del turno.

Set<T>(String, T)

Impostare un valore sul contesto del turno.

Set<T>(T)

Impostare un valore sul contesto del turno.

public void Set<T> (T value) where T : class;
member this.Set : 'T -> unit (requires 'T : null)
Public Sub Set(Of T As Class) (value As T)

Parametri di tipo

T

Tipo dell'oggetto.

Parametri

value
T

Il valore da aggiungere.

Eccezioni

valueè Null.

Si applica a

Set<T>(String, T)

Impostare un valore sul contesto del turno.

public void Set<T> (string key, T value) where T : class;
member this.Set : string * 'T -> unit (requires 'T : null)
Public Sub Set(Of T As Class) (key As String, value As T)

Parametri di tipo

T

Tipo dell'oggetto.

Parametri

key
String

Nome dell'oggetto.

value
T

Il valore da aggiungere.

Eccezioni

key o valueè null.

Si applica a