Breeze.PocoMetadata.CommandLineOptions.GetUsage C# (CSharp) 메소드

GetUsage() 개인적인 메소드

private GetUsage ( ) : string
리턴 string
        public string GetUsage()
        {
            return HelpText.AutoBuild(this,
              (current) => HelpText.DefaultParsingErrorsHandler(this, current));
        }
    }
CommandLineOptions