Ensure that properties are fully expanded.
[mono.git] / mcs / class / Microsoft.Build.Engine / Microsoft.Build.BuildEngine / ConditionNotExpression.cs
index 1b080a6731990d527c900b3fe1107f38f0ae2443..28d9292564e5bac94c99ecef3a1ccacda02fa870 100644 (file)
@@ -31,7 +31,7 @@ using System;
 using System.Xml;
 
 namespace Microsoft.Build.BuildEngine {
-       internal class ConditionNotExpression : ConditionExpression {
+       internal sealed class ConditionNotExpression : ConditionExpression {
        
                readonly ConditionExpression expression;