Tools.ReCategory.ReCategory C# (CSharp) Method

ReCategory() public method

public ReCategory ( TokensGen tks, string str ) : System
tks TokensGen
str string
return System
        public ReCategory(TokensGen tks,string str)
        {
            m_str = str;
            m_test = tks.m_tokens.GetTest(str);
        }