CmdLine.VerbAttribute.VerbAttribute C# (CSharp) Method

VerbAttribute() public method

public VerbAttribute ( string verb ) : System
verb string
return System
        public VerbAttribute(string verb)
        {
            Verb = verb;
        }
VerbAttribute