Class DialogParameter<T>
Represents a dialog parameter with a specific type.
public class DialogParameter<T> : BaseDialogParameter, IBaseDialogParameter
Type Parameters
T
The type of the parameter.
- Inheritance
-
DialogParameter<T>
- Implements
Constructors
- DialogParameter(T)
Initializes a new instance of the DialogParameter<T> class with the specified parameter value.
- DialogParameter(T, string)
Initializes a new instance of the DialogParameter<T> class with the specified parameter value and key.
Properties
- Parameter
Gets the parameter value.