CmdLine.VerbAttribute.VerbAttribute C# (CSharp) 메소드

VerbAttribute() 공개 메소드

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