Antmicro.OptionsParser.UnexpectedArgument.UnexpectedArgument C# (CSharp) Method

UnexpectedArgument() public method

public UnexpectedArgument ( string value ) : System
value string
return System
        public UnexpectedArgument(string value)
        {
            Value = value;
        }
UnexpectedArgument