2003-01-18 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / class / System.XML / System.Xml / XmlNodeList.cs
index ef788fafb7cf016849aea1a89eb5bd888c0e4246..eff56279b558acbdafec839e94367f97c92986be 100644 (file)
@@ -15,22 +15,12 @@ namespace System.Xml
        public abstract class XmlNodeList : IEnumerable
        {
                #region Constructors
-               ///////////////////////////////////////////////////////////////////////
-               //
-               //      Constructors
-               //
-               ///////////////////////////////////////////////////////////////////////
 
-               protected internal XmlNodeList() { }
+               protected XmlNodeList() { }
 
                #endregion
 
                #region Properties
-               ///////////////////////////////////////////////////////////////////////
-               //
-               //      Properties
-               //
-               ///////////////////////////////////////////////////////////////////////
 
                public abstract int Count {     get; }
 
@@ -42,11 +32,6 @@ namespace System.Xml
                #endregion
 
                #region Methods
-               ///////////////////////////////////////////////////////////////////////
-               //
-               //      Methods
-               //
-               ///////////////////////////////////////////////////////////////////////
 
                public abstract IEnumerator GetEnumerator ();