AutoWikiBrowser.Plugins.Kingbotk.Article.Article C# (CSharp) 메소드

Article() 개인적인 메소드

private Article ( string articleText, string fullArticleTitle, int vNamespace ) : System.Text.RegularExpressions
articleText string
fullArticleTitle string
vNamespace int
리턴 System.Text.RegularExpressions
        internal Article(string articleText, string fullArticleTitle, int vNamespace)
        {
            AlteredArticleText = articleText;
            _fullArticleTitle = fullArticleTitle;
            Namespace = vNamespace;
        }