Microsoft.R.Support.Help.Functions.ArgumentInfo.ArgumentInfo C# (CSharp) Method

ArgumentInfo() public method

public ArgumentInfo ( string name )
name string
        public ArgumentInfo(string name) :
            this(name, string.Empty) {
        }

Same methods

ArgumentInfo::ArgumentInfo ( string name, string description )
ArgumentInfo::ArgumentInfo ( string name, string description, string defaultValue )
ArgumentInfo