CommandParameters<T1, T2>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Generators

Summary:
Represents a pair of parameters used to configure a command or operation.

Type parameters:
T1 The type of the first parameter.
T2 The type of the second parameter.
Inheritance:
Object =>
CommandParameters<T1, T2>

Constructors

// Represents a pair of parameters used to configure a command or operation.
T1 parameter1, //
T2 parameter2//
)

Properties


Type: T1

Type: T2