Exemple #1
0
 private static void PropertyTypeReferenceToXml(PropertyType pt, StringBuilder sb, string indent)
 {
     sb.Append(indent).AppendLine(String.Format(CultureInfo.CurrentCulture, "<PropertyType name=\"{0}\" />", pt.Name));
 }