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

Attributes+SomeType1.xml « en.expected-fsharp « Test « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99fb64555be37506feba4ae3d8c5c95d72aa3fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<Type Name="Attributes+SomeType1" FullName="Attributes+SomeType1">
  <TypeSignature Language="C#" Value="public class Attributes.SomeType1" />
  <TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable Attributes/SomeType1 extends System.Object" />
  <TypeSignature Language="F#" Value="type Attributes.SomeType1 = class" />
  <AssemblyInfo>
    <AssemblyName>mdoc.Test.FSharp</AssemblyName>
    <AssemblyVersion>1.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Object</BaseTypeName>
  </Base>
  <Interfaces />
  <Attributes>
    <Attribute>
      <AttributeName Language="C#">[Attributes/Company("Microsoft")]</AttributeName>
      <AttributeName Language="F#">[&lt;Attributes/Company("Microsoft")&gt;]</AttributeName>
    </Attribute>
    <Attribute>
      <AttributeName Language="C#">[Attributes/Owner("Jason Carlson")]</AttributeName>
      <AttributeName Language="F#">[&lt;Attributes/Owner("Jason Carlson")&gt;]</AttributeName>
    </Attribute>
    <Attribute>
      <AttributeName Language="C#">[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)]</AttributeName>
      <AttributeName Language="F#">[&lt;Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)&gt;]</AttributeName>
    </Attribute>
    <Attribute>
      <AttributeName Language="C#">[System.Serializable]</AttributeName>
      <AttributeName Language="F#">[&lt;System.Serializable&gt;]</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>To be added.</summary>
    <remarks>To be added.</remarks>
  </Docs>
  <Members />
</Type>