Is there any way (just out of curiosity because I came across multiple same-value assignments to multiple variables today) in C# to assign one value to multiple variables at
int num1=5,num2=5
Declaring and assigning variables in the same statement.