TempDataDictionary.Keep Method

Definition

Overloads

Keep()

Marks all keys in the dictionary for retention.

Keep(String)

Marks the specified key in the dictionary for retention.

Keep()

Marks all keys in the dictionary for retention.

public void Keep ();
member this.Keep : unit -> unit
Public Sub Keep ()

Applies to

Keep(String)

Marks the specified key in the dictionary for retention.

public void Keep (string key);
member this.Keep : string -> unit
Public Sub Keep (key As String)

Parameters

key
String

The key to retain in the dictionary.

Applies to