次の方法で共有


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

Definition

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