Axiom.Compiler.Framework.PrologVariableDictionaryEntry.PrologVariableDictionaryEntry C# (CSharp) Méthode

PrologVariableDictionaryEntry() public méthode

public PrologVariableDictionaryEntry ( string name, int temporaryIndex ) : System
name string
temporaryIndex int
Résultat System
        public PrologVariableDictionaryEntry(string name, int temporaryIndex)
        {
            _name = name;
            _temporaryIndex = temporaryIndex;
        }
PrologVariableDictionaryEntry