Added missing types to list of non-CLSCompliant types.

This commit is contained in:
the_fiddler 2009-08-15 17:41:25 +00:00
parent 68c985c6f4
commit ad17c228be

View file

@ -189,6 +189,9 @@ namespace Bind.Structures
case "uint":
case "ulong":
case "uintptr":
case "uint16":
case "uint32":
case "uint64":
compliant = false;
break;