CommandParameters<T1, T2, T3>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Generators
Summary:
Represents a set of parameters for a command, encapsulating three values of potentially different types.
| T1 | The type of the first parameter. |
| T2 | The type of the second parameter. |
| T3 | The type of the third parameter. |
Object
=>
CommandParameters<T1, T2, T3>
Constructors
// Represents a set of parameters for a command, encapsulating three values of potentially different types.
| T1 parameter1, | // |
| T2 parameter2, | // |
| T3 parameter3 | // |
)
Properties
Type: T1
Type: T2
Type: T3