String.Format("public {0} {1} {{ get; private set; }}",
prop.Type, prop.Name)
Info
String.Format("public {0} {1} {{ get; private set; }}",
prop.Type, prop.Name)
int @int = 15;
var myString = "c:\\myfolder\\myfile.txt"
var myString = @"c:\myFolder\myfile.txt"
Info