{{/inClass}}\r
\r
{{#inheritedMembers.0}}\r
-<h6><strong>{{__global.namespace}}</strong>: {{{namespace.specName.0.value}}}</h6>\r
-<h6><strong>{{__global.assembly}}</strong>: {{assemblies.0}}.dll</h6>\r
<h5 id="{{id}}_syntax">{{__global.syntax}}</h5>\r
<div class="codewrapper">\r
<pre><code class="lang-{{_lang}} hljs">{{syntax.content.0.value}}</code></pre>\r
--- /dev/null
+{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}\r
+{{#isNamespace}}\r
+Namespace {{fullName.0.value}}\r
+{{/isNamespace}}\r
+{{#inClass}}\r
+Class {{fullName.0.value}}\r
+{{/inClass}}\r
+{{#inStruct}}\r
+Struct {{fullName.0.value}}\r
+{{/inStruct}}\r
+{{#inInterface}}\r
+Interface {{fullName.0.value}}\r
+{{/inInterface}}\r
+{{#inEnum}}\r
+Enum {{fullName.0.value}}\r
+{{/inEnum}}\r
+{{#inDelegate}}\r
+Delegate {{fullName.0.value}}\r
+{{/inDelegate}}\r
+{{#inConstructor}}\r
+Constructor {{fullName.0.value}}\r
+{{/inConstructor}}\r
+{{#inField}}\r
+Field {{fullName.0.value}}\r
+{{/inField}}\r
+{{#inProperty}}\r
+Property {{fullName.0.value}}\r
+{{/inProperty}}\r
+{{#inMethod}}\r
+Method {{fullName.0.value}}\r
+{{/inMethod}}\r
+{{#inEvent}}\r
+Event {{fullName.0.value}}\r
+{{/inEvent}}\r
+{{#inOperator}}\r
+Operator {{fullName.0.value}}\r
+{{/inOperator}}\r
+{{#inEii}}\r
+Explict Interface Implementation {{fullName.0.value}}\r
+{{/inEii}}\r
+{{#inPackage}}\r
+Package {{fullName.0.value}}\r
+{{/inPackage}}\r