You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.179
Former-commit-id: a536d4f20e27294d8bbc2184d75f3a22364f7ba1
This commit is contained in:
parent
966bba02bb
commit
fad71374d0
23
external/api-doc-tools/mdoc/Test/en.expected/Mono.DocTest/D.xml
vendored
Normal file
23
external/api-doc-tools/mdoc/Test/en.expected/Mono.DocTest/D.xml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<Type Name="D" FullName="Mono.DocTest.D">
|
||||
<TypeSignature Language="C#" Value="public delegate dynamic D(Func<string,dynamic,object> value);" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed D extends System.MulticastDelegate" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>DocTest</AssemblyName>
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="value" Type="System.Func<System.String,System.Object,System.Object>" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Object</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="value">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