Esempio n. 1
0
 static string AttributeName(Type type)
 {
     return(FindPrefix(type) + HxlAttribute.GetImplicitName(type));
 }
 protected override IEnumerable <string> GetDefaultProviderNames(Type type)
 {
     return(new [] {
         HxlAttribute.GetImplicitName(type)
     });
 }