You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.89
Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
This commit is contained in:
parent
cf815e07e0
commit
95fdb59ea6
45
external/api-doc-tools/mdoc/Test/en.expected-fsharp/Interfaces+Interface2.xml
vendored
Normal file
45
external/api-doc-tools/mdoc/Test/en.expected-fsharp/Interfaces+Interface2.xml
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<Type Name="Interfaces+Interface2" FullName="Interfaces+Interface2">
|
||||
<TypeSignature Language="C#" Value="public interface Interfaces.Interface2" />
|
||||
<TypeSignature Language="ILAsm" Value=".class nested public interface auto ansi abstract serializable Interfaces/Interface2" />
|
||||
<TypeSignature Language="F#" Value="type Interfaces.Interface2 = interface" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>mdoc.Test.FSharp</AssemblyName>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Interfaces />
|
||||
<Attributes>
|
||||
<Attribute>
|
||||
<AttributeName>Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)</AttributeName>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<AttributeName>System.Serializable</AttributeName>
|
||||
</Attribute>
|
||||
</Attributes>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
<Members>
|
||||
<Member MemberName="Method2">
|
||||
<MemberSignature Language="C#" Value="public int Method2 (int );" />
|
||||
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance int32 Method2(int32 ) cil managed" />
|
||||
<MemberSignature Language="F#" Value="abstract member Method2 : int -> int" Usage="interface2.Method2 " />
|
||||
<MemberType>Method</MemberType>
|
||||
<AssemblyInfo>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Int32</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
Reference in New Issue
Block a user