CommandLine.Tests.Mocks.SimpleOptionsWithHelpOption.GetUsage C# (CSharp) 메소드

GetUsage() 개인적인 메소드

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