Files
YMhut-box-C-/参考/wpfui-main/docs/templates/wpfui/partials/customMREFContent.tmpl.partial
T
2026-07-06 23:05:40 +08:00

10 lines
357 B
Plaintext

{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
{{!Add your own custom template for the content for ManagedReference here}}
{{#_splitReference}}
{{#isCollection}}
{{>partials/collection}}
{{/isCollection}}
{{#isItem}}
{{>partials/item}}
{{/isItem}}
{{/_splitReference}}