Constructor ObjectParameter ObjectParameter(T) Creates a new ObjectParameter<T> instance. Declaration public ObjectParameter(T value) Parameters Type Name Description T value The initial value to store in the parameter.