CommandParameters<T1, T2, T3, T4>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Generators

Summary:
Represents a container for a set of four command parameters, each of a potentially different type.

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

Constructors

// Represents a container for a set of four command parameters, each of a potentially different type.
T1 parameter1, //
T2 parameter2, //
T3 parameter3, //
T4 parameter4//
)

Properties


Type: T1

Type: T2

Type: T3

Type: T4