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.

title.tmpl.partial 881 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
  2. {{#isNamespace}}
  3. Namespace {{name.0.value}}
  4. {{/isNamespace}}
  5. {{#inClass}}
  6. Class {{name.0.value}}
  7. {{/inClass}}
  8. {{#inStruct}}
  9. Struct {{name.0.value}}
  10. {{/inStruct}}
  11. {{#inInterface}}
  12. Interface {{name.0.value}}
  13. {{/inInterface}}
  14. {{#inEnum}}
  15. Enum {{name.0.value}}
  16. {{/inEnum}}
  17. {{#inDelegate}}
  18. Delegate {{name.0.value}}
  19. {{/inDelegate}}
  20. {{#inConstructor}}
  21. Constructor {{name.0.value}}
  22. {{/inConstructor}}
  23. {{#inField}}
  24. Field {{name.0.value}}
  25. {{/inField}}
  26. {{#inProperty}}
  27. Property {{name.0.value}}
  28. {{/inProperty}}
  29. {{#inMethod}}
  30. Method {{name.0.value}}
  31. {{/inMethod}}
  32. {{#inEvent}}
  33. Event {{name.0.value}}
  34. {{/inEvent}}
  35. {{#inOperator}}
  36. Operator {{name.0.value}}
  37. {{/inOperator}}
  38. {{#inEii}}
  39. Explict Interface Implementation {{name.0.value}}
  40. {{/inEii}}