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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martinez <joelmartinez@gmail.com>2014-05-12 22:51:54 +0400
committerJoel Martinez <joelmartinez@gmail.com>2014-05-12 22:52:53 +0400
commite9068ebf5b5237e95ba5924bd978c5d119f8290c (patch)
treec7cf85e8501bf9705a7ada9d1d5e06a2539f7064 /mcs/class/Microsoft.CSharp
parent891e93e1fe61851ef779d5b995caf2d0c3cda8ed (diff)
[docs] documentation import for 'returns' elements.
Diffstat (limited to 'mcs/class/Microsoft.CSharp')
-rw-r--r--mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/Binder.xml55
-rw-r--r--mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/CSharpArgumentInfo.xml5
2 files changed, 48 insertions, 12 deletions
diff --git a/mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/Binder.xml b/mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/Binder.xml
index 55e00e532fe..d63ab50b2e1 100644
--- a/mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/Binder.xml
+++ b/mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/Binder.xml
@@ -35,12 +35,15 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp binary operation binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp binary operation binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="operation">
@@ -67,12 +70,15 @@
<Parameter Name="context" Type="System.Type" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp convert binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp convert binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="type">
@@ -97,12 +103,15 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp get index binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp get index binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="context">
@@ -128,12 +137,15 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp get member binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp get member binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="name">
@@ -160,12 +172,15 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp invoke binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp invoke binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="context">
@@ -190,12 +205,15 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp invoke constructor binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp invoke constructor binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="context">
@@ -222,12 +240,15 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp invoke member binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp invoke member binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="name">
@@ -256,12 +277,15 @@
<Parameter Name="context" Type="System.Type" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp is event binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp is event binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="name">
@@ -286,12 +310,15 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp set index binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp set index binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="context">
@@ -317,12 +344,15 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp set member binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp set member binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="name">
@@ -350,12 +380,15 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new CSharp unary operation binder.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Returns a new CSharp unary operation binder.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
<param name="operation">
diff --git a/mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/CSharpArgumentInfo.xml b/mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/CSharpArgumentInfo.xml
index 91705adb14d..3327d38a4f7 100644
--- a/mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/CSharpArgumentInfo.xml
+++ b/mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/CSharpArgumentInfo.xml
@@ -33,12 +33,15 @@
<Parameter Name="name" Type="System.String" />
</Parameters>
<Docs>
- <returns>To be added.</returns>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</para>
</summary>
+ <returns>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>A new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> class.</para>
+ </returns>
<param name="flags">
<attribution license="cc4" from="Microsoft" modified="false" />The flags for the argument.</param>
<param name="name">