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

One.xml « FrameworksIndex « en.expected-frameworkalternate « Test « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8c88e198b833443a498f92661e3986a41c28833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="One">
  <Namespace Name="Monodoc.Test">
    <Type Name="Monodoc.Test.FirstAttribute" Id="T:Monodoc.Test.FirstAttribute">
      <Member Id="M:Monodoc.Test.FirstAttribute.#ctor" />
    </Type>
    <Type Name="Monodoc.Test.MyClass" Id="T:Monodoc.Test.MyClass">
      <Member Id="M:Monodoc.Test.MyClass.#ctor" />
      <Member Id="M:Monodoc.Test.MyClass.Meth(System.Int32,System.String,System.Int32)" />
    </Type>
    <Type Name="Monodoc.Test.SecondAttribute" Id="T:Monodoc.Test.SecondAttribute">
      <Member Id="M:Monodoc.Test.SecondAttribute.#ctor" />
    </Type>
  </Namespace>
</Framework>