Microsoft.Fast.FastTransducerInstance.FastTransducerInstance C# (CSharp) Méthode

FastTransducerInstance() private méthode

private FastTransducerInstance ( ) : System
Résultat System
        private FastTransducerInstance()
        {
            enums = new List<EnumSort>();
            consts = new List<Const>();
            functions = new List<Function>();
            alphabets = new Dictionary<string,RankedAlphabetSort>();
            treeDefinitions = new Dictionary<string, TreeClassDef>();
            queryRes = new List<QueryResult>();
            fastLog = new FastLog();
        }

Same methods

FastTransducerInstance::FastTransducerInstance ( TextWriter tw ) : System