Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Two.xml « FrameworksIndex « en.expected.differentTypeParameterNames « Test « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bea1aa8a743d95bae68f383cb43bc2ea7161ef66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="Two">
  <Assemblies>
    <Assembly Name="DocTest-differentTypeParameterNames-Second" Version="0.0.0.0" />
  </Assemblies>
  <Namespace Name="TheNamespace">
    <Type Name="TheNamespace.GenericType`2" Id="T:TheNamespace.GenericType`2">
      <Member Id="M:TheNamespace.GenericType`2.#ctor" />
      <Member Id="M:TheNamespace.GenericType`2.GenericMethod``2" />
    </Type>
    <Type Name="TheNamespace.GenericType`2/GenericDelegate`1" Id="T:TheNamespace.GenericType`2.GenericDelegate`1" />
  </Namespace>
</Framework>