CSLE.CLS_Type_Class.EmbDebugToken C# (CSharp) Method

EmbDebugToken() public method

public EmbDebugToken ( IList tokens ) : void
tokens IList
return void
        public void EmbDebugToken(IList<Token> tokens)
        {
            ((SType)type).EmbDebugToken(tokens);
        }
        public string keyword