Syntax highlight!
public class Test { private string _test = "ciao"; public string Get() { return _test; } }