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:19:47 +0400
committerJoel Martinez <joelmartinez@gmail.com>2014-05-12 22:52:48 +0400
commit891e93e1fe61851ef779d5b995caf2d0c3cda8ed (patch)
tree7260cdce707612b92f1646f3d54f56de828a1cb9 /mcs/class/Microsoft.CSharp
parentd4fcdb95b4398cda63afbadb0809072474d2932e (diff)
[docs] Import of additional member documentation that contain generic parameteres
Diffstat (limited to 'mcs/class/Microsoft.CSharp')
-rw-r--r--mcs/class/Microsoft.CSharp/Documentation/en/Microsoft.CSharp.RuntimeBinder/Binder.xml144
1 files changed, 102 insertions, 42 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 83d755f4248..55e00e532fe 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,13 +35,20 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <param name="flags">To be added.</param>
- <param name="operation">To be added.</param>
- <param name="context">To be added.</param>
- <param name="argumentInfo">To be added.</param>
- <summary>To be added.</summary>
<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>
+ <param name="flags">
+ <attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
+ <param name="operation">
+ <attribution license="cc4" from="Microsoft" modified="false" />The binary operation kind.</param>
+ <param name="context">
+ <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
+ <param name="argumentInfo">
+ <attribution license="cc4" from="Microsoft" modified="false" />The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</Docs>
</Member>
<Member MemberName="Convert">
@@ -90,12 +97,18 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <param name="flags">To be added.</param>
- <param name="context">To be added.</param>
- <param name="argumentInfo">To be added.</param>
- <summary>To be added.</summary>
<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>
+ <param name="flags">
+ <attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
+ <param name="context">
+ <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
+ <param name="argumentInfo">
+ <attribution license="cc4" from="Microsoft" modified="false" />The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</Docs>
</Member>
<Member MemberName="GetMember">
@@ -115,13 +128,20 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <param name="flags">To be added.</param>
- <param name="name">To be added.</param>
- <param name="context">To be added.</param>
- <param name="argumentInfo">To be added.</param>
- <summary>To be added.</summary>
<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>
+ <param name="flags">
+ <attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
+ <param name="name">
+ <attribution license="cc4" from="Microsoft" modified="false" />The name of the member to get.</param>
+ <param name="context">
+ <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
+ <param name="argumentInfo">
+ <attribution license="cc4" from="Microsoft" modified="false" />The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</Docs>
</Member>
<Member MemberName="Invoke">
@@ -140,12 +160,18 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <param name="flags">To be added.</param>
- <param name="context">To be added.</param>
- <param name="argumentInfo">To be added.</param>
- <summary>To be added.</summary>
<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>
+ <param name="flags">
+ <attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
+ <param name="context">
+ <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
+ <param name="argumentInfo">
+ <attribution license="cc4" from="Microsoft" modified="false" />The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</Docs>
</Member>
<Member MemberName="InvokeConstructor">
@@ -164,12 +190,18 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <param name="flags">To be added.</param>
- <param name="context">To be added.</param>
- <param name="argumentInfo">To be added.</param>
- <summary>To be added.</summary>
<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>
+ <param name="flags">
+ <attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
+ <param name="context">
+ <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
+ <param name="argumentInfo">
+ <attribution license="cc4" from="Microsoft" modified="false" />The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</Docs>
</Member>
<Member MemberName="InvokeMember">
@@ -190,14 +222,22 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <param name="flags">To be added.</param>
- <param name="name">To be added.</param>
- <param name="typeArguments">To be added.</param>
- <param name="context">To be added.</param>
- <param name="argumentInfo">To be added.</param>
- <summary>To be added.</summary>
<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>
+ <param name="flags">
+ <attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
+ <param name="name">
+ <attribution license="cc4" from="Microsoft" modified="false" />The name of the member to invoke.</param>
+ <param name="typeArguments">
+ <attribution license="cc4" from="Microsoft" modified="false" />The list of type arguments specified for this invoke.</param>
+ <param name="context">
+ <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
+ <param name="argumentInfo">
+ <attribution license="cc4" from="Microsoft" modified="false" />The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</Docs>
</Member>
<Member MemberName="IsEvent">
@@ -246,12 +286,18 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <param name="flags">To be added.</param>
- <param name="context">To be added.</param>
- <param name="argumentInfo">To be added.</param>
- <summary>To be added.</summary>
<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>
+ <param name="flags">
+ <attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
+ <param name="context">
+ <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
+ <param name="argumentInfo">
+ <attribution license="cc4" from="Microsoft" modified="false" />The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</Docs>
</Member>
<Member MemberName="SetMember">
@@ -271,13 +317,20 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <param name="flags">To be added.</param>
- <param name="name">To be added.</param>
- <param name="context">To be added.</param>
- <param name="argumentInfo">To be added.</param>
- <summary>To be added.</summary>
<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>
+ <param name="flags">
+ <attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
+ <param name="name">
+ <attribution license="cc4" from="Microsoft" modified="false" />The name of the member to set.</param>
+ <param name="context">
+ <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
+ <param name="argumentInfo">
+ <attribution license="cc4" from="Microsoft" modified="false" />The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</Docs>
</Member>
<Member MemberName="UnaryOperation">
@@ -297,13 +350,20 @@
<Parameter Name="argumentInfo" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo&gt;" />
</Parameters>
<Docs>
- <param name="flags">To be added.</param>
- <param name="operation">To be added.</param>
- <param name="context">To be added.</param>
- <param name="argumentInfo">To be added.</param>
- <summary>To be added.</summary>
<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>
+ <param name="flags">
+ <attribution license="cc4" from="Microsoft" modified="false" />The flags with which to initialize the binder.</param>
+ <param name="operation">
+ <attribution license="cc4" from="Microsoft" modified="false" />The unary operation kind.</param>
+ <param name="context">
+ <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> that indicates where this operation is used.</param>
+ <param name="argumentInfo">
+ <attribution license="cc4" from="Microsoft" modified="false" />The sequence of <see cref="T:Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo" /> instances for the arguments to this operation.</param>
</Docs>
</Member>
</Members>