Axiom.Compiler.CodeObjectModel.PrologCodeConstantAtom.PrologCodeConstantAtom C# (CSharp) Method

PrologCodeConstantAtom() public method

Initializes an instance of a PrologCodeConstantAtom class.
public PrologCodeConstantAtom ( string value ) : System
value string
return System
        public PrologCodeConstantAtom(string value)
        {
            this._value = value;
        }