Exemplo n.º 1
0
 protected virtual ICustomAttributeProvider LookupCustomAttributeProvider()
 {
     return(UnderlyingType != null?SchemaContext.GetCustomAttributeProvider(UnderlyingType) : null);
 }