You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

namespaceSubtitle.tmpl.partial 451 B

12345678910111213141516
  1. {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
  2. {{#inClass}}
  3. {{__global.classesInSubtitle}}
  4. {{/inClass}}
  5. {{#inStruct}}
  6. {{__global.structsInSubtitle}}
  7. {{/inStruct}}
  8. {{#inInterface}}
  9. {{__global.interfacesInSubtitle}}
  10. {{/inInterface}}
  11. {{#inEnum}}
  12. {{__global.enumsInSubtitle}}
  13. {{/inEnum}}
  14. {{#inDelegate}}
  15. {{__global.delegatesInSubtitle}}
  16. {{/inDelegate}}