UniversalReference.html.primary.tmpl 347 B

123456789101112
  1. {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
  2. {{!master(layout/_master.tmpl)}}
  3. {{#isNamespace}}
  4. {{>partials/uref/namespace}}
  5. {{/isNamespace}}
  6. {{#isClass}}
  7. {{>partials/uref/class}}
  8. {{/isClass}}
  9. {{#isEnum}}
  10. {{>partials/enum}}
  11. {{/isEnum}}