95fdb59ea6
Former-commit-id: b39a328747c2f3414dc52e009fb6f0aa80ca2492
35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<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>
|