Variable number of generic parameters
I have a set of some parameters of different types. And I want to do some operation with them. But only if at least of one them is not null.
I have a set of some parameters of different types. And I want to do some operation with them. But only if at least of one them is not null.