Microsoft.R.Core.AST.Operators.FunctionCall.FunctionCall C# (CSharp) Method

FunctionCall() public method

public FunctionCall ( ) : System.Diagnostics
return System.Diagnostics
        public FunctionCall() {
            IsUnary = true;
        }