I\'m using the following code to output values of properties:
string output = String.Empty; string stringy = \"stringy\"; int inty = 4; Foo spong = new Foo() {Na
System.String has an indexed property that returns the char in the specified location. An indexed property needs an argument (index in this case) therefore the exception.
System.String
char