Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean MacIsaac <macisaac@mono-cvs.ximian.com>2001-07-14 02:20:51 +0400
committerSean MacIsaac <macisaac@mono-cvs.ximian.com>2001-07-14 02:20:51 +0400
commit7fc6d7d59d6f186d9aa125ba7e1c1f94283c1c8e (patch)
tree00948eb311f6bd734d20e3fc069fac4f2c47777d /mcs/class/System/System.CodeDom
parente904d2e66954f3180fabca760cdf83d1513a4578 (diff)
Fixed all sorts of compiler errors.
svn path=/trunk/mcs/; revision=124
Diffstat (limited to 'mcs/class/System/System.CodeDom')
-rw-r--r--mcs/class/System/System.CodeDom/ChangeLog5
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeArrayCreateExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeAssignStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeAttachEventStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeAttributeArgument.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeAttributeArgumentCollection.cs11
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeAttributeBlock.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeAttributeDeclaration.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeAttributeDeclarationCollection.cs10
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeBaseReferenceExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeBinaryOperatorExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeCastExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeCatchClause.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeCatchClauseCollection.cs10
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeClass.cs6
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeClassCollection.cs10
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeClassConstructor.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeClassDelegate.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeClassMember.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeClassMemberCollection.cs10
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeCommentStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeConstructor.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeDelegateCreateExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeDelegateInvokeExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeDelegateInvokeStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeDetachEventStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeExpressionCollection.cs10
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeFieldReferenceExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeForLoopStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeIfStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeIndexerExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeLinePragma.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeLiteralClassMember.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeLiteralExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeLiteralNamespace.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeLiteralStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeMemberEvent.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeMemberField.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeMemberMethod.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeMemberProperty.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeMethodInvokeExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeMethodInvokeStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeMethodReturnStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeNamespace.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeNamespaceImport.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeNamespaceImportCollection.cs10
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeObjectCreateExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeParameterDeclarationExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeParameterDeclarationExpressionCollection.cs10
-rwxr-xr-xmcs/class/System/System.CodeDom/CodePrimitiveExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodePropertyReferenceExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeStatementCollection.cs10
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeThisReferenceExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeThrowExceptionStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeTryCatchFinallyStatement.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeTypeOfExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeTypeReferenceExpression.cs4
-rwxr-xr-xmcs/class/System/System.CodeDom/CodeVariableDeclarationStatement.cs4
60 files changed, 180 insertions, 118 deletions
diff --git a/mcs/class/System/System.CodeDom/ChangeLog b/mcs/class/System/System.CodeDom/ChangeLog
new file mode 100644
index 00000000000..5a8290907cf
--- /dev/null
+++ b/mcs/class/System/System.CodeDom/ChangeLog
@@ -0,0 +1,5 @@
+2001-07-12 Sean MacIsaac <macisaac@ximian.com>
+
+ * All files implementing IList: Added IsFixedSize property.
+
+ * All files: Changed CodeDOM to CodeDom.
diff --git a/mcs/class/System/System.CodeDom/CodeArrayCreateExpression.cs b/mcs/class/System/System.CodeDom/CodeArrayCreateExpression.cs
index 41f1364abe4..17a4a455db3 100755
--- a/mcs/class/System/System.CodeDom/CodeArrayCreateExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeArrayCreateExpression.cs
@@ -1,12 +1,12 @@
//
-// System.CodeDOM CodeArrayCreateExpression Class implementation
+// System.CodeDom CodeArrayCreateExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
//
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeArrayCreateExpression : CodeExpression {
string createType;
diff --git a/mcs/class/System/System.CodeDom/CodeAssignStatement.cs b/mcs/class/System/System.CodeDom/CodeAssignStatement.cs
index 0d5d16b3965..0e1bb9750ad 100755
--- a/mcs/class/System/System.CodeDom/CodeAssignStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeAssignStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeArrayCreateExpression Class implementation
+// System.CodeDom CodeArrayCreateExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeAssignStatement : CodeStatement {
diff --git a/mcs/class/System/System.CodeDom/CodeAttachEventStatement.cs b/mcs/class/System/System.CodeDom/CodeAttachEventStatement.cs
index 03fcf7dc0f9..d85a61d8ea9 100755
--- a/mcs/class/System/System.CodeDom/CodeAttachEventStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeAttachEventStatement.cs
@@ -1,12 +1,12 @@
//
-// System.CodeDOM CodeAttachEventStatement Class implementation
+// System.CodeDom CodeAttachEventStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
//
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeAttachEventStatement : CodeStatement {
CodeExpression targetObject;
diff --git a/mcs/class/System/System.CodeDom/CodeAttributeArgument.cs b/mcs/class/System/System.CodeDom/CodeAttributeArgument.cs
index d3debc9c16f..50fa7efcd6e 100755
--- a/mcs/class/System/System.CodeDom/CodeAttributeArgument.cs
+++ b/mcs/class/System/System.CodeDom/CodeAttributeArgument.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeAttributeArgument Class implementation
+// System.CodeDom CodeAttributeArgument Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeAttributeArgument {
string name;
diff --git a/mcs/class/System/System.CodeDom/CodeAttributeArgumentCollection.cs b/mcs/class/System/System.CodeDom/CodeAttributeArgumentCollection.cs
index b259f02ac39..d318732320a 100755
--- a/mcs/class/System/System.CodeDom/CodeAttributeArgumentCollection.cs
+++ b/mcs/class/System/System.CodeDom/CodeAttributeArgumentCollection.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeAttributeArgumentCollection Class implementation
+// System.CodeDom CodeAttributeArgumentCollection Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
using System.Collections;
@@ -32,9 +32,16 @@ namespace System.CodeDOM {
}
}
+ public bool IsFixedSize {
+ get {
+ return true;
+ }
+ }
+
//
// Methods
//
+
public void Add (CodeAttributeArgument value)
{
attributeArgs.Add (value);
diff --git a/mcs/class/System/System.CodeDom/CodeAttributeBlock.cs b/mcs/class/System/System.CodeDom/CodeAttributeBlock.cs
index 5e0a5d704ea..16ed71265ba 100755
--- a/mcs/class/System/System.CodeDom/CodeAttributeBlock.cs
+++ b/mcs/class/System/System.CodeDom/CodeAttributeBlock.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeAttributeBlock Class implementation
+// System.CodeDom CodeAttributeBlock Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeAttributeBlock {
diff --git a/mcs/class/System/System.CodeDom/CodeAttributeDeclaration.cs b/mcs/class/System/System.CodeDom/CodeAttributeDeclaration.cs
index a6f28de16c0..8c9105ce236 100755
--- a/mcs/class/System/System.CodeDom/CodeAttributeDeclaration.cs
+++ b/mcs/class/System/System.CodeDom/CodeAttributeDeclaration.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeAttributeDeclaration Class implementation
+// System.CodeDom CodeAttributeDeclaration Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeAttributeDeclaration {
diff --git a/mcs/class/System/System.CodeDom/CodeAttributeDeclarationCollection.cs b/mcs/class/System/System.CodeDom/CodeAttributeDeclarationCollection.cs
index 5de7742f393..48aa3b48965 100755
--- a/mcs/class/System/System.CodeDom/CodeAttributeDeclarationCollection.cs
+++ b/mcs/class/System/System.CodeDom/CodeAttributeDeclarationCollection.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeAttributeDeclarationCollection Class implementation
+// System.CodeDom CodeAttributeDeclarationCollection Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
using System.Collections;
@@ -32,6 +32,12 @@ namespace System.CodeDOM {
}
}
+ public bool IsFixedSize {
+ get {
+ return true;
+ }
+ }
+
//
// Methods
//
diff --git a/mcs/class/System/System.CodeDom/CodeBaseReferenceExpression.cs b/mcs/class/System/System.CodeDom/CodeBaseReferenceExpression.cs
index cb777f6c480..dee01e013af 100755
--- a/mcs/class/System/System.CodeDom/CodeBaseReferenceExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeBaseReferenceExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeBaseReferenceExpression Class implementation
+// System.CodeDom CodeBaseReferenceExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeBaseReferenceExpression : CodeExpression {
public CodeBaseReferenceExpression () {}
diff --git a/mcs/class/System/System.CodeDom/CodeBinaryOperatorExpression.cs b/mcs/class/System/System.CodeDom/CodeBinaryOperatorExpression.cs
index 692cb409016..775b29bf90f 100755
--- a/mcs/class/System/System.CodeDom/CodeBinaryOperatorExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeBinaryOperatorExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeBinaryOperatorExpression Class implementation
+// System.CodeDom CodeBinaryOperatorExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeBinaryOperatorExpression : CodeExpression {
diff --git a/mcs/class/System/System.CodeDom/CodeCastExpression.cs b/mcs/class/System/System.CodeDom/CodeCastExpression.cs
index db18bcdd457..3c3bef51042 100755
--- a/mcs/class/System/System.CodeDom/CodeCastExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeCastExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeCastExpression Class implementation
+// System.CodeDom CodeCastExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeCastExpression : CodeExpression {
string targetType;
diff --git a/mcs/class/System/System.CodeDom/CodeCatchClause.cs b/mcs/class/System/System.CodeDom/CodeCatchClause.cs
index 5f3f8fb3ced..4af7a18f4a2 100755
--- a/mcs/class/System/System.CodeDom/CodeCatchClause.cs
+++ b/mcs/class/System/System.CodeDom/CodeCatchClause.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeCatchClaus Class implementation
+// System.CodeDom CodeCatchClaus Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeCatchClause {
diff --git a/mcs/class/System/System.CodeDom/CodeCatchClauseCollection.cs b/mcs/class/System/System.CodeDom/CodeCatchClauseCollection.cs
index d44dbe2267f..7b4a284bac5 100755
--- a/mcs/class/System/System.CodeDom/CodeCatchClauseCollection.cs
+++ b/mcs/class/System/System.CodeDom/CodeCatchClauseCollection.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeCatchClauseCollection Class implementation
+// System.CodeDom CodeCatchClauseCollection Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
using System.Collections;
@@ -32,6 +32,12 @@ namespace System.CodeDOM {
}
}
+ public bool IsFixedSize {
+ get {
+ return true;
+ }
+ }
+
//
// Methods
//
diff --git a/mcs/class/System/System.CodeDom/CodeClass.cs b/mcs/class/System/System.CodeDom/CodeClass.cs
index a86c2db7da1..146cfb474ea 100755
--- a/mcs/class/System/System.CodeDom/CodeClass.cs
+++ b/mcs/class/System/System.CodeDom/CodeClass.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeClass Class implementation
+// System.CodeDom CodeClass Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,9 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+using System.Collections.Specialized;
+
+namespace System.CodeDom {
using System.Reflection;
using System.Collections;
diff --git a/mcs/class/System/System.CodeDom/CodeClassCollection.cs b/mcs/class/System/System.CodeDom/CodeClassCollection.cs
index 4a43f737ab1..d38055a32b8 100755
--- a/mcs/class/System/System.CodeDom/CodeClassCollection.cs
+++ b/mcs/class/System/System.CodeDom/CodeClassCollection.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeClassCollection Class implementation
+// System.CodeDom CodeClassCollection Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
using System.Collections;
@@ -32,6 +32,12 @@ namespace System.CodeDOM {
}
}
+ public bool IsFixedSize {
+ get {
+ return true;
+ }
+ }
+
//
// Methods
//
diff --git a/mcs/class/System/System.CodeDom/CodeClassConstructor.cs b/mcs/class/System/System.CodeDom/CodeClassConstructor.cs
index ab04f5a5828..a778cf5d82d 100755
--- a/mcs/class/System/System.CodeDom/CodeClassConstructor.cs
+++ b/mcs/class/System/System.CodeDom/CodeClassConstructor.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeClassConstructor Class implementation
+// System.CodeDom CodeClassConstructor Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeClassConstructor : CodeMemberMethod {
public CodeClassConstructor ()
diff --git a/mcs/class/System/System.CodeDom/CodeClassDelegate.cs b/mcs/class/System/System.CodeDom/CodeClassDelegate.cs
index 1ddbf62b24c..cf4be20b3fe 100755
--- a/mcs/class/System/System.CodeDom/CodeClassDelegate.cs
+++ b/mcs/class/System/System.CodeDom/CodeClassDelegate.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeClassDelegate Class implementation
+// System.CodeDom CodeClassDelegate Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeClassDelegate : CodeClass {
CodeParameterDeclarationExpressionCollection parameters;
diff --git a/mcs/class/System/System.CodeDom/CodeClassMember.cs b/mcs/class/System/System.CodeDom/CodeClassMember.cs
index b186b2f96f7..51d8b0476a7 100755
--- a/mcs/class/System/System.CodeDom/CodeClassMember.cs
+++ b/mcs/class/System/System.CodeDom/CodeClassMember.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeClassMember Class implementation
+// System.CodeDom CodeClassMember Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeClassMember : CodeStatement {
MemberAttributes attributes;
diff --git a/mcs/class/System/System.CodeDom/CodeClassMemberCollection.cs b/mcs/class/System/System.CodeDom/CodeClassMemberCollection.cs
index 315dd60dd33..f081ad3a45b 100755
--- a/mcs/class/System/System.CodeDom/CodeClassMemberCollection.cs
+++ b/mcs/class/System/System.CodeDom/CodeClassMemberCollection.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeClassMemberCollection Class implementation
+// System.CodeDom CodeClassMemberCollection Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
using System.Collections;
@@ -32,6 +32,12 @@ namespace System.CodeDOM {
}
}
+ public bool IsFixedSize {
+ get {
+ return true;
+ }
+ }
+
//
// Methods
//
diff --git a/mcs/class/System/System.CodeDom/CodeCommentStatement.cs b/mcs/class/System/System.CodeDom/CodeCommentStatement.cs
index fef7c6c6184..9dba6528a70 100755
--- a/mcs/class/System/System.CodeDom/CodeCommentStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeCommentStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeCommentStatement Class implementation
+// System.CodeDom CodeCommentStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeCommentStatement : CodeStatement {
string text;
diff --git a/mcs/class/System/System.CodeDom/CodeConstructor.cs b/mcs/class/System/System.CodeDom/CodeConstructor.cs
index 699fdba07c2..0d6a707ac15 100755
--- a/mcs/class/System/System.CodeDom/CodeConstructor.cs
+++ b/mcs/class/System/System.CodeDom/CodeConstructor.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeConstructor Class implementation
+// System.CodeDom CodeConstructor Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeConstructor : CodeMemberMethod {
CodeExpressionCollection baseConstructorArgs;
diff --git a/mcs/class/System/System.CodeDom/CodeDelegateCreateExpression.cs b/mcs/class/System/System.CodeDom/CodeDelegateCreateExpression.cs
index fe522726443..1be84cc27ad 100755
--- a/mcs/class/System/System.CodeDom/CodeDelegateCreateExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeDelegateCreateExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeDelegateCreateExpression Class implementation
+// System.CodeDom CodeDelegateCreateExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeDelegateCreateExpression : CodeExpression {
string delegateType, methodName;
diff --git a/mcs/class/System/System.CodeDom/CodeDelegateInvokeExpression.cs b/mcs/class/System/System.CodeDom/CodeDelegateInvokeExpression.cs
index 218cd988d38..9b918c4cd0b 100755
--- a/mcs/class/System/System.CodeDom/CodeDelegateInvokeExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeDelegateInvokeExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeDelegateInvokeExpression Class implementation
+// System.CodeDom CodeDelegateInvokeExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeDelegateInvokeExpression : CodeExpression {
CodeExpressionCollection parameters;
diff --git a/mcs/class/System/System.CodeDom/CodeDelegateInvokeStatement.cs b/mcs/class/System/System.CodeDom/CodeDelegateInvokeStatement.cs
index 1cdf3eab103..299e107a8ed 100755
--- a/mcs/class/System/System.CodeDom/CodeDelegateInvokeStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeDelegateInvokeStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeDelegateInvokeStatement Class implementation
+// System.CodeDom CodeDelegateInvokeStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeDelegateInvokeStatement : CodeStatement {
CodeStatementCollection parameters;
diff --git a/mcs/class/System/System.CodeDom/CodeDetachEventStatement.cs b/mcs/class/System/System.CodeDom/CodeDetachEventStatement.cs
index ea0990836bb..5998b73cf2d 100755
--- a/mcs/class/System/System.CodeDom/CodeDetachEventStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeDetachEventStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeDetachEventStatement Class implementation
+// System.CodeDom CodeDetachEventStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeDetachEventStatement : CodeStatement {
string eventName;
diff --git a/mcs/class/System/System.CodeDom/CodeExpression.cs b/mcs/class/System/System.CodeDom/CodeExpression.cs
index 64a3856afa0..f140c9d0d5e 100755
--- a/mcs/class/System/System.CodeDom/CodeExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeExpression Class implementation
+// System.CodeDom CodeExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeExpression {
object userData;
diff --git a/mcs/class/System/System.CodeDom/CodeExpressionCollection.cs b/mcs/class/System/System.CodeDom/CodeExpressionCollection.cs
index 9abf4895046..10622c3b0e4 100755
--- a/mcs/class/System/System.CodeDom/CodeExpressionCollection.cs
+++ b/mcs/class/System/System.CodeDom/CodeExpressionCollection.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeExpressionCollection Class implementation
+// System.CodeDom CodeExpressionCollection Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
using System.Collections;
@@ -32,6 +32,12 @@ namespace System.CodeDOM {
}
}
+ public bool IsFixedSize {
+ get {
+ return true;
+ }
+ }
+
//
// Methods
//
diff --git a/mcs/class/System/System.CodeDom/CodeFieldReferenceExpression.cs b/mcs/class/System/System.CodeDom/CodeFieldReferenceExpression.cs
index 159399aea2e..66581e84f22 100755
--- a/mcs/class/System/System.CodeDom/CodeFieldReferenceExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeFieldReferenceExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeFieldReferenceExpression Class implementation
+// System.CodeDom CodeFieldReferenceExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeFieldReferenceExpression : CodeExpression {
CodeExpression targetObject;
diff --git a/mcs/class/System/System.CodeDom/CodeForLoopStatement.cs b/mcs/class/System/System.CodeDom/CodeForLoopStatement.cs
index d7b7cac4a86..c0b0a46ea53 100755
--- a/mcs/class/System/System.CodeDom/CodeForLoopStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeForLoopStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeForLoopStatement Class implementation
+// System.CodeDom CodeForLoopStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeForLoopStatement : CodeExpression {
CodeStatement initStatement, incrementStatement;
diff --git a/mcs/class/System/System.CodeDom/CodeIfStatement.cs b/mcs/class/System/System.CodeDom/CodeIfStatement.cs
index aa2a556e9fe..4ca158416b6 100755
--- a/mcs/class/System/System.CodeDom/CodeIfStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeIfStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeIfStatement Class implementation
+// System.CodeDom CodeIfStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeIfStatement : CodeStatement {
diff --git a/mcs/class/System/System.CodeDom/CodeIndexerExpression.cs b/mcs/class/System/System.CodeDom/CodeIndexerExpression.cs
index d2fe8f16954..8dbc95b44a2 100755
--- a/mcs/class/System/System.CodeDom/CodeIndexerExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeIndexerExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeFieldReferenceExpression Class implementation
+// System.CodeDom CodeFieldReferenceExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeIndexerExpression : CodeExpression {
CodeExpression targetObject;
diff --git a/mcs/class/System/System.CodeDom/CodeLinePragma.cs b/mcs/class/System/System.CodeDom/CodeLinePragma.cs
index 41e446110ca..d83a9f6c8c5 100755
--- a/mcs/class/System/System.CodeDom/CodeLinePragma.cs
+++ b/mcs/class/System/System.CodeDom/CodeLinePragma.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeLinePragma Class implementation
+// System.CodeDom CodeLinePragma Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -8,7 +8,7 @@
//
using System;
-namespace System.CodeDOM {
+namespace System.CodeDom {
// <summary>
// Use objects of this class to keep track of locations where
diff --git a/mcs/class/System/System.CodeDom/CodeLiteralClassMember.cs b/mcs/class/System/System.CodeDom/CodeLiteralClassMember.cs
index 6bccca20c0e..0733b786a7f 100755
--- a/mcs/class/System/System.CodeDom/CodeLiteralClassMember.cs
+++ b/mcs/class/System/System.CodeDom/CodeLiteralClassMember.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeLiteralClassMember Class implementation
+// System.CodeDom CodeLiteralClassMember Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeLiteralClassMember : CodeClassMember {
string text;
diff --git a/mcs/class/System/System.CodeDom/CodeLiteralExpression.cs b/mcs/class/System/System.CodeDom/CodeLiteralExpression.cs
index 7d2bd776de5..36ca6908b2c 100755
--- a/mcs/class/System/System.CodeDom/CodeLiteralExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeLiteralExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeLiteralExpression Class implementation
+// System.CodeDom CodeLiteralExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeLiteralExpression : CodeExpression {
string val;
diff --git a/mcs/class/System/System.CodeDom/CodeLiteralNamespace.cs b/mcs/class/System/System.CodeDom/CodeLiteralNamespace.cs
index e3cb691f042..7cbf4c46b9e 100755
--- a/mcs/class/System/System.CodeDom/CodeLiteralNamespace.cs
+++ b/mcs/class/System/System.CodeDom/CodeLiteralNamespace.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeLiteralNamespace Class implementation
+// System.CodeDom CodeLiteralNamespace Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeLiteralNamespace : CodeNamespace {
CodeLinePragma linePragma;
diff --git a/mcs/class/System/System.CodeDom/CodeLiteralStatement.cs b/mcs/class/System/System.CodeDom/CodeLiteralStatement.cs
index d08597a7e90..63e1fec6bbb 100755
--- a/mcs/class/System/System.CodeDom/CodeLiteralStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeLiteralStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeLiteralStatement Class implementation
+// System.CodeDom CodeLiteralStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeLiteralStatement : CodeStatement {
string value;
diff --git a/mcs/class/System/System.CodeDom/CodeMemberEvent.cs b/mcs/class/System/System.CodeDom/CodeMemberEvent.cs
index efbe5236dee..46f1fee42d9 100755
--- a/mcs/class/System/System.CodeDom/CodeMemberEvent.cs
+++ b/mcs/class/System/System.CodeDom/CodeMemberEvent.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeMemberEvent Class implementation
+// System.CodeDom CodeMemberEvent Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeMemberEvent : CodeClassMember {
string implementsType, type;
diff --git a/mcs/class/System/System.CodeDom/CodeMemberField.cs b/mcs/class/System/System.CodeDom/CodeMemberField.cs
index 94ac4f2e78c..ac8b1d3ab79 100755
--- a/mcs/class/System/System.CodeDom/CodeMemberField.cs
+++ b/mcs/class/System/System.CodeDom/CodeMemberField.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeMemberField Class implementation
+// System.CodeDom CodeMemberField Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeMemberField : CodeClassMember {
CodeExpression initExpression;
diff --git a/mcs/class/System/System.CodeDom/CodeMemberMethod.cs b/mcs/class/System/System.CodeDom/CodeMemberMethod.cs
index 40a8ae38299..aa417a2aeee 100755
--- a/mcs/class/System/System.CodeDom/CodeMemberMethod.cs
+++ b/mcs/class/System/System.CodeDom/CodeMemberMethod.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeMemberMethod Class implementation
+// System.CodeDom CodeMemberMethod Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeMemberMethod : CodeClassMember {
CodeParameterDeclarationExpressionCollection parameters;
diff --git a/mcs/class/System/System.CodeDom/CodeMemberProperty.cs b/mcs/class/System/System.CodeDom/CodeMemberProperty.cs
index 29912dd4a2d..8889de098a0 100755
--- a/mcs/class/System/System.CodeDom/CodeMemberProperty.cs
+++ b/mcs/class/System/System.CodeDom/CodeMemberProperty.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeMemberProperty Class implementation
+// System.CodeDom CodeMemberProperty Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeMemberProperty : CodeClassMember {
CodeParameterDeclarationExpressionCollection parameters;
diff --git a/mcs/class/System/System.CodeDom/CodeMethodInvokeExpression.cs b/mcs/class/System/System.CodeDom/CodeMethodInvokeExpression.cs
index 54247650c4f..cb51ff9b5d4 100755
--- a/mcs/class/System/System.CodeDom/CodeMethodInvokeExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeMethodInvokeExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeMethodInvokeExpression Class implementation
+// System.CodeDom CodeMethodInvokeExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeMethodInvokeExpression : CodeExpression {
string methodName;
diff --git a/mcs/class/System/System.CodeDom/CodeMethodInvokeStatement.cs b/mcs/class/System/System.CodeDom/CodeMethodInvokeStatement.cs
index e963b8fef35..519e4164ad5 100755
--- a/mcs/class/System/System.CodeDom/CodeMethodInvokeStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeMethodInvokeStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeMethodInvokeStatement Class implementation
+// System.CodeDom CodeMethodInvokeStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeMethodInvokeStatement : CodeStatement {
string methodName;
diff --git a/mcs/class/System/System.CodeDom/CodeMethodReturnStatement.cs b/mcs/class/System/System.CodeDom/CodeMethodReturnStatement.cs
index 32600e6f25a..c7844934f5b 100755
--- a/mcs/class/System/System.CodeDom/CodeMethodReturnStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeMethodReturnStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeReturnStatement Class implementation
+// System.CodeDom CodeReturnStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeReturnStatement : CodeStatement {
CodeExpression expression;
diff --git a/mcs/class/System/System.CodeDom/CodeNamespace.cs b/mcs/class/System/System.CodeDom/CodeNamespace.cs
index 309ff77f74c..0794653cfd8 100755
--- a/mcs/class/System/System.CodeDom/CodeNamespace.cs
+++ b/mcs/class/System/System.CodeDom/CodeNamespace.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeNamespace Class implementation
+// System.CodeDom CodeNamespace Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeNamespace {
CodeClassCollection classes;
diff --git a/mcs/class/System/System.CodeDom/CodeNamespaceImport.cs b/mcs/class/System/System.CodeDom/CodeNamespaceImport.cs
index f01130ccfc4..d13767c588e 100755
--- a/mcs/class/System/System.CodeDom/CodeNamespaceImport.cs
+++ b/mcs/class/System/System.CodeDom/CodeNamespaceImport.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeNamespaceImport Class implementation
+// System.CodeDom CodeNamespaceImport Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeNamespaceImport : CodeStatement {
string nameSpace;
diff --git a/mcs/class/System/System.CodeDom/CodeNamespaceImportCollection.cs b/mcs/class/System/System.CodeDom/CodeNamespaceImportCollection.cs
index 0ed0eb8d8f6..d65ee247c4d 100755
--- a/mcs/class/System/System.CodeDom/CodeNamespaceImportCollection.cs
+++ b/mcs/class/System/System.CodeDom/CodeNamespaceImportCollection.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeNamespaceImportCollection Class implementation
+// System.CodeDom CodeNamespaceImportCollection Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
using System.Collections;
@@ -32,6 +32,12 @@ namespace System.CodeDOM {
}
}
+ public bool IsFixedSize {
+ get {
+ return true;
+ }
+ }
+
//
// Methods
//
diff --git a/mcs/class/System/System.CodeDom/CodeObjectCreateExpression.cs b/mcs/class/System/System.CodeDom/CodeObjectCreateExpression.cs
index f3f495bf864..421d2aa29de 100755
--- a/mcs/class/System/System.CodeDom/CodeObjectCreateExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeObjectCreateExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeObjectCreateExpression Class implementation
+// System.CodeDom CodeObjectCreateExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeObjectCreateExpression : CodeExpression {
string createType;
diff --git a/mcs/class/System/System.CodeDom/CodeParameterDeclarationExpression.cs b/mcs/class/System/System.CodeDom/CodeParameterDeclarationExpression.cs
index 72497d3b253..93f4b0ee7b0 100755
--- a/mcs/class/System/System.CodeDom/CodeParameterDeclarationExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeParameterDeclarationExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeParameterDeclarationExpression Class implementation
+// System.CodeDom CodeParameterDeclarationExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeParameterDeclarationExpression : CodeExpression {
FieldDirection direction;
diff --git a/mcs/class/System/System.CodeDom/CodeParameterDeclarationExpressionCollection.cs b/mcs/class/System/System.CodeDom/CodeParameterDeclarationExpressionCollection.cs
index 44ae219852c..970e9ec78e7 100755
--- a/mcs/class/System/System.CodeDom/CodeParameterDeclarationExpressionCollection.cs
+++ b/mcs/class/System/System.CodeDom/CodeParameterDeclarationExpressionCollection.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeParameterDeclarationExpressionCollection Class implementation
+// System.CodeDom CodeParameterDeclarationExpressionCollection Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
using System.Collections;
@@ -32,6 +32,12 @@ namespace System.CodeDOM {
}
}
+ public bool IsFixedSize {
+ get {
+ return true;
+ }
+ }
+
//
// Methods
//
diff --git a/mcs/class/System/System.CodeDom/CodePrimitiveExpression.cs b/mcs/class/System/System.CodeDom/CodePrimitiveExpression.cs
index 7edbbfc3090..98d64e3ae0a 100755
--- a/mcs/class/System/System.CodeDom/CodePrimitiveExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodePrimitiveExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodePrimitiveExpression Class implementation
+// System.CodeDom CodePrimitiveExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodePrimitiveExpression : CodeExpression {
object value;
diff --git a/mcs/class/System/System.CodeDom/CodePropertyReferenceExpression.cs b/mcs/class/System/System.CodeDom/CodePropertyReferenceExpression.cs
index 8248f196d9d..13f4471ce0c 100755
--- a/mcs/class/System/System.CodeDom/CodePropertyReferenceExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodePropertyReferenceExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodePropertyReferenceExpression Class implementation
+// System.CodeDom CodePropertyReferenceExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodePropertyReferenceExpression : CodeExpression {
CodeExpressionCollection parameters;
diff --git a/mcs/class/System/System.CodeDom/CodeStatement.cs b/mcs/class/System/System.CodeDom/CodeStatement.cs
index f53806f322d..50ce346857e 100755
--- a/mcs/class/System/System.CodeDom/CodeStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeStatement Class implementation
+// System.CodeDom CodeStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeStatement {
diff --git a/mcs/class/System/System.CodeDom/CodeStatementCollection.cs b/mcs/class/System/System.CodeDom/CodeStatementCollection.cs
index 3ebd86bfa1c..6a70aeafd2a 100755
--- a/mcs/class/System/System.CodeDom/CodeStatementCollection.cs
+++ b/mcs/class/System/System.CodeDom/CodeStatementCollection.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeStatementCollection Class implementation
+// System.CodeDom CodeStatementCollection Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
using System.Collections;
@@ -32,6 +32,12 @@ namespace System.CodeDOM {
}
}
+ public bool IsFixedSize {
+ get {
+ return true;
+ }
+ }
+
//
// Methods
//
diff --git a/mcs/class/System/System.CodeDom/CodeThisReferenceExpression.cs b/mcs/class/System/System.CodeDom/CodeThisReferenceExpression.cs
index ef46fb709c7..4084e04f7b2 100755
--- a/mcs/class/System/System.CodeDom/CodeThisReferenceExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeThisReferenceExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeParameterDeclarationExpression Class implementation
+// System.CodeDom CodeParameterDeclarationExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeThisReferenceExpression : CodeExpression {
public CodeThisReferenceExpression () { }
diff --git a/mcs/class/System/System.CodeDom/CodeThrowExceptionStatement.cs b/mcs/class/System/System.CodeDom/CodeThrowExceptionStatement.cs
index b2967fcb888..4b3071515be 100755
--- a/mcs/class/System/System.CodeDom/CodeThrowExceptionStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeThrowExceptionStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeThrowExceptionStatement Class implementation
+// System.CodeDom CodeThrowExceptionStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeThrowExceptionStatement : CodeStatement {
CodeExpression toThrow;
diff --git a/mcs/class/System/System.CodeDom/CodeTryCatchFinallyStatement.cs b/mcs/class/System/System.CodeDom/CodeTryCatchFinallyStatement.cs
index 81a2a400371..2ad078a9d4e 100755
--- a/mcs/class/System/System.CodeDom/CodeTryCatchFinallyStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeTryCatchFinallyStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeTryCatchFinallyStatement Class implementation
+// System.CodeDom CodeTryCatchFinallyStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeTryCatchFinallyStatement : CodeStatement {
CodeStatementCollection tryStatements, finallyStatements;
diff --git a/mcs/class/System/System.CodeDom/CodeTypeOfExpression.cs b/mcs/class/System/System.CodeDom/CodeTypeOfExpression.cs
index d39eb2f5bfa..3a496f95923 100755
--- a/mcs/class/System/System.CodeDom/CodeTypeOfExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeTypeOfExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeTypeOfExpression Class implementation
+// System.CodeDom CodeTypeOfExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeTypeOfExpression : CodeExpression {
string type;
diff --git a/mcs/class/System/System.CodeDom/CodeTypeReferenceExpression.cs b/mcs/class/System/System.CodeDom/CodeTypeReferenceExpression.cs
index 340f1fb7521..8fcbc04ef77 100755
--- a/mcs/class/System/System.CodeDom/CodeTypeReferenceExpression.cs
+++ b/mcs/class/System/System.CodeDom/CodeTypeReferenceExpression.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeTypeReferenceExpression Class implementation
+// System.CodeDom CodeTypeReferenceExpression Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeTypeReferenceExpression : CodeExpression {
string type;
diff --git a/mcs/class/System/System.CodeDom/CodeVariableDeclarationStatement.cs b/mcs/class/System/System.CodeDom/CodeVariableDeclarationStatement.cs
index 0a8e8329628..faff810835f 100755
--- a/mcs/class/System/System.CodeDom/CodeVariableDeclarationStatement.cs
+++ b/mcs/class/System/System.CodeDom/CodeVariableDeclarationStatement.cs
@@ -1,5 +1,5 @@
//
-// System.CodeDOM CodeVariableDeclarationStatement Class implementation
+// System.CodeDom CodeVariableDeclarationStatement Class implementation
//
// Author:
// Miguel de Icaza (miguel@ximian.com)
@@ -7,7 +7,7 @@
// (C) 2001 Ximian, Inc.
//
-namespace System.CodeDOM {
+namespace System.CodeDom {
public class CodeVariableDeclarationStatement : CodeStatement {
CodeExpression initExpression;