Index: TokenType.cs
===================================================================
--- TokenType.cs	(revision 132775)
+++ TokenType.cs	(working copy)
@@ -37,20 +37,36 @@
 		Param			   = 0x08000000,
 		InterfaceImpl	   = 0x09000000,
 		MemberRef		   = 0x0a000000,
+		Constant		  = 0x0b000000,
 		CustomAttribute	 = 0x0c000000,
+		FieldMarshal	= 0x0d000000,
 		Permission		  = 0x0e000000,
+		ClassLayout		  = 0x0f000000,
+		FieldLayout		  = 0x10000000,
 		Signature		   = 0x11000000,
+		EventMap		  = 0x12000000,
 		Event			   = 0x14000000,
+		PropertyMap		  = 0x15000000,
 		Property			= 0x17000000,
+		MethodSemantics		  = 0x18000000,
+		MethodImpl		  = 0x19000000,
 		ModuleRef		   = 0x1a000000,
 		TypeSpec			= 0x1b000000,
+		ImplMap			  = 0x1c000000,
+		FieldRVA		  = 0x1d000000,
 		Assembly			= 0x20000000,
+		AssemblyProcessor  = 0x21000000,
+		AssemblyOS		  = 0x22000000,
 		AssemblyRef		 = 0x23000000,
+		AssemblyRefProcessor  = 0x24000000,
+		AssemblyRefOS		  = 0x25000000,
 		File				= 0x26000000,
 		ExportedType		= 0x27000000,
 		ManifestResource	= 0x28000000,
+		NestedClass			= 0x29000000,
 		GenericParam			= 0x2a000000,
 		MethodSpec			= 0x2b000000,
+		GenericParamConstraint	= 0x2c000000,
 		String			  = 0x70000000,
 		Name				= 0x71000000,
 		BaseType			= 0x72000000
