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
34
external/api-doc-tools/mdoc/Test/en.expected-fsharp/Delegates+Delegate3.xml
vendored
Normal file
34
external/api-doc-tools/mdoc/Test/en.expected-fsharp/Delegates+Delegate3.xml
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
<Type Name="Delegates+Delegate3" FullName="Delegates+Delegate3">
|
||||
<TypeSignature Language="C#" Value="public delegate string Delegates.Delegate3(int , char );" />
|
||||
<TypeSignature Language="ILAsm" Value=".class nested public auto ansi serializable sealed Delegates/Delegate3 extends System.MulticastDelegate" />
|
||||
<TypeSignature Language="F#" Value="type Delegates.Delegate3 = delegate of int * char -> string" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>mdoc.Test.FSharp</AssemblyName>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Attributes>
|
||||
<Attribute>
|
||||
<AttributeName>Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)</AttributeName>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<AttributeName>System.Serializable</AttributeName>
|
||||
</Attribute>
|
||||
</Attributes>
|
||||
<Parameters>
|
||||
<Parameter Name="" Type="System.Int32" />
|
||||
<Parameter Name="" Type="System.Char" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.String</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="">To be added.</param>
|
||||
<param name="">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Type>
|
||||
Reference in New Issue
Block a user