CommandLine.Tests.Mocks.SimpleOptionsWithHelpOption.GetUsage C# (CSharp) Method

GetUsage() private method

private GetUsage ( ) : string
return string
        public string GetUsage()
        {
            return "MockOptions::GetUsage()";
        }
    }
SimpleOptionsWithHelpOption