Constructor DialogParameter
DialogParameter(T)
Initializes a new instance of the DialogParameter<T> class with the specified parameter value.
public DialogParameter(T parameter)
Parameters
parameterTThe 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
parameterTThe parameter value.
keystringThe key for the parameter.