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

PrologCodeMethod() public method

public PrologCodeMethod ( ) : System
return System
        public PrologCodeMethod()
        {
            _class = "";
            _assemblyName = "";
            _arguments = new ArrayList();
            _methodName = "";
            _predicateName = "";
        }

Same methods

PrologCodeMethod::PrologCodeMethod ( string _class, string _assemblyName, int _type, string _methodName ) : System
PrologCodeMethod::PrologCodeMethod ( string _class, string _assemblyName, int _type, string _methodName, string _predicateName ) : System
PrologCodeMethod