AppHarbor.Commands.HelpCommand.GetScope C# (CSharp) 메소드

GetScope() 개인적인 정적인 메소드

private static GetScope ( Type x ) : string
x System.Type
리턴 string
        private static string GetScope(Type x)
        {
            return SplitUpperCase(x.Name).Where(y => y != "Command").Last();
        }