Constructor DialogParameter
DialogParameter(T)
Initializes a new instance of the DialogParameter<T> class with the specified parameter value.
public DialogParameter(T parameter)
Parameters
parameter
TThe parameter value.
DialogParameter(T, string)
Initializes a new instance of the DialogParameter<T> class with the specified parameter value and key.
public DialogParameter(T parameter, string key)
Parameters
parameter
TThe parameter value.
key
stringThe key for the parameter.