I can do this in one line in VB.NET , How (if possible) to do this in C# (one line also) ?

VB Code:
  1. Dim a As String
  2. Dim b As String : a = 20

I want to do multiple things in one line