-
Home
-
API Reference
-
CliInvoke.Core.Middleware
-
MiddlewareItems
-
Methods
-
Get(String)
Get(String) Method
Definition
Gets a value by key, cast to the specified type.
public T? Get<T>(string key)
Type parameters
- T
- The expected type of the value.
Parameters
Returns