Dev2.MathOperations.Function.SetArguments C# (CSharp) Method

SetArguments() private method

private SetArguments ( IList args ) : void
args IList
return void
        private void SetArguments(IList<string> args)
        {
            _arguments = args ?? new List<string>();
        }