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

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2018-08-02 01:06:10 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-08-02 01:49:26 +0300
commitdea62fe2c695d29d46864155f5c51976b63e53d2 (patch)
tree9ebe477e6d27073c64b1dad1285fa2f678a4c1fa /mdoc/Test/en.expected.importecmadoc
parenta0fe1b4947ee5985102d1fd983e2f475323f47a4 (diff)
bump to 5.7.2.3
Diffstat (limited to 'mdoc/Test/en.expected.importecmadoc')
-rw-r--r--mdoc/Test/en.expected.importecmadoc/System/Array.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Test/en.expected.importecmadoc/System/Array.xml b/mdoc/Test/en.expected.importecmadoc/System/Array.xml
index a1fd92c1..2a6313fe 100644
--- a/mdoc/Test/en.expected.importecmadoc/System/Array.xml
+++ b/mdoc/Test/en.expected.importecmadoc/System/Array.xml
@@ -135,7 +135,7 @@ and the second dimension indexed by 1, 2, and 3. </para>
<see cref="M:System.Array.AsReadOnly``1(``0[])" /></exception>
</Docs>
</Member>
- <Member MemberName="ConvertAll&lt;T,U&gt;">
+ <Member MemberName="ConvertAll&lt;TInput,TOutput&gt;">
<MemberSignature Language="C#" Value="public static TOutput[] ConvertAll&lt;TInput,TOutput&gt; (TInput[] array, Converter&lt;TInput,TOutput&gt; converter);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig !!TOutput[] ConvertAll&lt;TInput, TOutput&gt;(!!TInput[] array, class System.Converter`2&lt;!!TInput, !!TOutput&gt; converter) cil managed" />
<MemberType>Method</MemberType>