Method RemoveValue RemoveValue<T>() Remove value of type T from this build context. Declaration public bool RemoveValue<T>() where T : class Returns Type Description bool true if the value was removed, otherwise false. Type Parameters Name Description T The value type.