System.Xml.Xsl.Xslt.QilGenerator.ThrowErrorHelper.ReportWarning C# (CSharp) Méthode

ReportWarning() public méthode

public ReportWarning ( string res ) : void
res string
Résultat void
            public void ReportWarning(string res, params string[] args) {
                Debug.Fail("Should never get here");
            }
        }
QilGenerator.ThrowErrorHelper