gluezilla/src:
[mono.git] / mcs / class / corlib / System.Runtime.ConstrainedExecution / CriticialFinalizerObject.cs
index b9f9653086759fb0c2b3ce4500c30464d08f61e4..877293d78a3fdfa426ae1bcc1a22a659f8bf38cb 100644 (file)
@@ -35,6 +35,11 @@ namespace System.Runtime.ConstrainedExecution
        [ComVisible (true)]
         public abstract class CriticalFinalizerObject
         {
+               //
+               // WARNING: If you add any fields here, update the definition
+               // for the runtime structures as well
+               //
+               
                [ReliabilityContract (Consistency.WillNotCorruptState, Cer.MayFail)]
                 protected CriticalFinalizerObject ()
                 {