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.

classSubtitle.tmpl.partial 575 B

12345678910111213141516171819202122
  1. {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
  2. {{#inConstructor}}
  3. {{__global.constructorsInSubtitle}}
  4. {{/inConstructor}}
  5. {{#inField}}
  6. {{__global.fieldsInSubtitle}}
  7. {{/inField}}
  8. {{#inProperty}}
  9. {{__global.propertiesInSubtitle}}
  10. {{/inProperty}}
  11. {{#inMethod}}
  12. {{__global.methodsInSubtitle}}
  13. {{/inMethod}}
  14. {{#inEvent}}
  15. {{__global.eventsInSubtitle}}
  16. {{/inEvent}}
  17. {{#inOperator}}
  18. {{__global.operatorsInSubtitle}}
  19. {{/inOperator}}
  20. {{#inEii}}
  21. {{__global.eiisInSubtitle}}
  22. {{/inEii}}