bigloo.generic.funcall0 C# (CSharp) Method

funcall0() public method

public funcall0 ( ) : Object
return Object
        public override Object funcall0()
        {
            return(proc.funcall0());
        }