Updated inline documentation.
authorMartin Baulig <martin@novell.com>
Tue, 4 Oct 2005 09:41:50 +0000 (09:41 -0000)
committerMartin Baulig <martin@novell.com>
Tue, 4 Oct 2005 09:41:50 +0000 (09:41 -0000)
svn path=/trunk/mcs/; revision=51156

mcs/mcs/ecore.cs

index f6830971387f2710486429114afa10f93cac0878..f569ae2b9ec68e09711501eaac745853c47d1ad8 100644 (file)
@@ -2035,7 +2035,7 @@ namespace Mono.CSharp {
        }
        
        /// <summary>
-       ///   Fully resolved expression that evaluates to a type
+       ///   Expression that evaluates to a type
        /// </summary>
        public abstract class TypeExpr : FullNamedExpression {
                override public FullNamedExpression ResolveAsTypeStep (EmitContext ec, bool silent)
@@ -2138,6 +2138,9 @@ namespace Mono.CSharp {
                }
        }
 
+       /// <summary>
+       ///   Fully resolved Expression that already evaluated to a type
+       /// </summary>
        public class TypeExpression : TypeExpr {
                public TypeExpression (Type t, Location l)
                {