Method GetGet<T>()Gets a value of a given type from the store. Declaration T Get<T>() where T : class Returns Type Description T The value whose type is T, or null if the store does not contain such value. Type Parameters Name Description T Type of the value.