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