Method GetValue GetValue<T>() Get value of type T if found, otherwise null. Declaration public T GetValue<T>() where T : class Returns Type Description T The value of type T if found, otherwise null. Type Parameters Name Description T The value type.