I have variable with below
int? a=null ; string? b= null;
I need to assign a=b ;
What is best way to assign in c# 9