Machine.UrlStrong.VisualStudioCodeGenerator.UrlCodeGenerator.RegisterClass C# (CSharp) Method

RegisterClass() private method

private RegisterClass ( Type t ) : void
t System.Type
return void
    public static void RegisterClass(Type t)
    {
      RegisterCustomTool(CSharpCategoryGuid, typeof(UrlCodeGenerator), "Machine UrlStrong CodeGenerator");
    }