let\'s say we have following C# code:
public static void Main() { int v = 5; Object o = v; v = 123; Console.WriteLine(v + (Int32) o); // Displays &quo