System.Configuration.ConfigXmlWhitespace.ConfigXmlWhitespace C# (CSharp) Метод

ConfigXmlWhitespace() публичный Метод

public ConfigXmlWhitespace ( string filename, int line, string comment, XmlDocument doc ) : System.Configuration.Internal
filename string
line int
comment string
doc System.Xml.XmlDocument
Результат System.Configuration.Internal
        public ConfigXmlWhitespace( string filename, int line, string comment, XmlDocument doc )
            : base( comment, doc ) {
            _line = line;
            _filename = filename;
        }
        int _line;