|
|
@ -133,7 +133,7 @@ namespace Cxxi.Types |
|
|
|
private void SetupTypeMaps(IEnumerable<System.Type> types) |
|
|
|
private void SetupTypeMaps(IEnumerable<System.Type> types) |
|
|
|
{ |
|
|
|
{ |
|
|
|
foreach (var typeMap in types) |
|
|
|
foreach (var typeMap in types) |
|
|
|
{ |
|
|
|
{ |
|
|
|
var attrs = typeMap.GetCustomAttributes(typeof(TypeMapAttribute), true); |
|
|
|
var attrs = typeMap.GetCustomAttributes(typeof(TypeMapAttribute), true); |
|
|
|
if (attrs == null) continue; |
|
|
|
if (attrs == null) continue; |
|
|
|
|
|
|
|
|
|
|
|