Exemplo n.º 1
0
 public static void Annotate(this XmlSchemaAnnotated item, Type type)
 {
     item.Annotate(XmlDocFetcher.GetSummary(type));
 }
Exemplo n.º 2
0
 public static void Annotate(this XmlSchemaAnnotated item, FieldInfo fi)
 {
     item.Annotate(XmlDocFetcher.GetSummary(fi));
 }
Exemplo n.º 3
0
 public static void Annotate(this XmlSchemaAnnotated item, PropertyInfo pi)
 {
     item.Annotate(XmlDocFetcher.GetSummary(pi));
 }