enum.tmpl.partial 447 B

12345678910111213141516171819
  1. {{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
  2. {{>partials/class.header}}
  3. {{#seealso.0}}
  4. <h2 id="seealso">{{__global.seealso}}</h2>
  5. <div class="seealso">
  6. {{/seealso.0}}
  7. {{#seealso}}
  8. {{#isCref}}
  9. <div>{{{type.specName.0.value}}}</div>
  10. {{/isCref}}
  11. {{^isCref}}
  12. <div>{{{url}}}</div>
  13. {{/isCref}}
  14. {{/seealso}}
  15. {{#seealso.0}}
  16. </div>
  17. {{/seealso.0}}