System.Configuration.ConfigXmlComment
namespace System.Configuration
{
internal sealed class ConfigXmlComment : XmlComment, IConfigErrorInfo
{
public ConfigXmlComment(string filename, int line, string comment, XmlDocument doc);
}
}