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 310b36ac65
commit 51179c6518

View file

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