Address.Get<T> Method (String)
Gets a specified key and value from the underlying dictionary.
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public T Get<T>(
string key
)
public:
generic<typename T>
T Get(
String^ key
)
member Get<'T> :
key:string -> 'T
Public Function Get(Of T) (
key As String
) As T
Parameters
key
Type: System.StringThe key.
Return Value
Type: T
Returns Boolean.
Type Parameters
- T
See Also
Address Structure
Microsoft.Owin.BuilderProperties Namespace
Return to top