mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-04-05 22:01:04 +00:00
28 lines
726 B
Plaintext
28 lines
726 B
Plaintext
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
|
{{#inConstructor}}
|
|
{{__global.constructorsInSubtitle}}
|
|
{{/inConstructor}}
|
|
{{#inField}}
|
|
{{__global.fieldsInSubtitle}}
|
|
{{/inField}}
|
|
{{#inProperty}}
|
|
{{__global.propertiesInSubtitle}}
|
|
{{/inProperty}}
|
|
{{#inMethod}}
|
|
{{__global.methodsInSubtitle}}
|
|
{{/inMethod}}
|
|
{{#inEvent}}
|
|
{{__global.eventsInSubtitle}}
|
|
{{/inEvent}}
|
|
{{#inOperator}}
|
|
{{__global.operatorsInSubtitle}}
|
|
{{/inOperator}}
|
|
{{#inEii}}
|
|
{{__global.eiisInSubtitle}}
|
|
{{/inEii}}
|
|
{{#inFunction}}
|
|
{{__global.functionsInSubtitle}}
|
|
{{/inFunction}}
|
|
{{#inMember}}
|
|
{{__global.membersInSubtitle}}
|
|
{{/inMember}} |