|
|
@ -134,7 +134,7 @@ namespace Cxxi.Types |
|
|
|
{ |
|
|
|
{ |
|
|
|
foreach (var typeMap in types) |
|
|
|
foreach (var typeMap in types) |
|
|
|
{ |
|
|
|
{ |
|
|
|
var attrs = typeMap.GetCustomAttributes(typeof(TypeMapAttribute)); |
|
|
|
var attrs = typeMap.GetCustomAttributes(typeof(TypeMapAttribute), true); |
|
|
|
if (attrs == null) continue; |
|
|
|
if (attrs == null) continue; |
|
|
|
|
|
|
|
|
|
|
|
foreach (TypeMapAttribute attr in attrs) |
|
|
|
foreach (TypeMapAttribute attr in attrs) |
|
|
|