Index: Include/Classes/System/Runtime/InteropServices/GCHandle.ab
===================================================================
--- Include/Classes/System/Runtime/InteropServices/GCHandle.ab	(revision 257)
+++ Include/Classes/System/Runtime/InteropServices/GCHandle.ab	(revision 282)
@@ -2,4 +2,8 @@
 
 #require <Classes/System/Collections/ArrayList.ab>
+
+Namespace System
+Namespace Runtime
+Namespace InteropServices
 
 Class GCHandle
@@ -65,4 +69,8 @@
 	handle As VoidPtr
 
-	Static allocated As ArrayList
+	Static allocated As /*System.Collections.*/ArrayList
 End Class
+
+End Namespace 'System
+End Namespace 'Runtime
+End Namespace 'InteropServices
