Share via


ParsingContext.GetFromTempStorage<T>(String, Object) Method

Definition

Gets the value from the temporary storage matching the given key.

public T? GetFromTempStorage<T>(string key, object? scope = default);
member this.GetFromTempStorage : string * obj -> 'T
Public Function GetFromTempStorage(Of T) (key As String, Optional scope As Object = Nothing) As T

Type Parameters

T

Parameters

key
String
scope
Object

Returns

T

Applies to