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/System.Json
parentd4fcdb95b4398cda63afbadb0809072474d2932e (diff)
[docs] Import of additional member documentation that contain generic parameteres
Diffstat (limited to 'mcs/class/System.Json')
-rw-r--r--mcs/class/System.Json/Documentation/en/System.Json/JsonArray.xml16
-rw-r--r--mcs/class/System.Json/Documentation/en/System.Json/JsonObject.xml48
2 files changed, 48 insertions, 16 deletions
diff --git a/mcs/class/System.Json/Documentation/en/System.Json/JsonArray.xml b/mcs/class/System.Json/Documentation/en/System.Json/JsonArray.xml
index df09170d4f0..763bfd44f10 100644
--- a/mcs/class/System.Json/Documentation/en/System.Json/JsonArray.xml
+++ b/mcs/class/System.Json/Documentation/en/System.Json/JsonArray.xml
@@ -39,9 +39,13 @@
<Parameter Name="items" Type="System.Collections.Generic.IEnumerable&lt;System.Json.JsonValue&gt;" />
</Parameters>
<Docs>
- <param name="items">To be added.</param>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Initializes a new instance of the <see cref="T:System.Json.JsonArray" /> class with the specified items.</para>
+ </summary>
+ <param name="items">
+ <attribution license="cc4" from="Microsoft" modified="false" />The enumeration of objects of type <see cref="T:System.Json.JsonValue" /> used to initialize the JavaScript Object Notation (JSON) array.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
@@ -107,9 +111,13 @@
<Parameter Name="items" Type="System.Collections.Generic.IEnumerable&lt;System.Json.JsonValue&gt;" />
</Parameters>
<Docs>
- <param name="items">To be added.</param>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Adds the elements from a collection of type <see cref="T:System.Json.JsonValue" /> to the array.</para>
+ </summary>
+ <param name="items">
+ <attribution license="cc4" from="Microsoft" modified="false" />The collection of types to add.</param>
</Docs>
</Member>
<Member MemberName="AddRange">
diff --git a/mcs/class/System.Json/Documentation/en/System.Json/JsonObject.xml b/mcs/class/System.Json/Documentation/en/System.Json/JsonObject.xml
index 4e77c4a4e26..5a56e7f61a1 100644
--- a/mcs/class/System.Json/Documentation/en/System.Json/JsonObject.xml
+++ b/mcs/class/System.Json/Documentation/en/System.Json/JsonObject.xml
@@ -39,9 +39,13 @@
<Parameter Name="items" Type="System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;System.String,System.Json.JsonValue&gt;&gt;" />
</Parameters>
<Docs>
- <param name="items">To be added.</param>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Initializes a new instance of the <see cref="T:System.Json.JsonObject" /> class using items.</para>
+ </summary>
+ <param name="items">
+ <attribution license="cc4" from="Microsoft" modified="false" />The collection of items.</param>
</Docs>
</Member>
<Member MemberName=".ctor">
@@ -61,9 +65,13 @@
</Parameter>
</Parameters>
<Docs>
- <param name="items">To be added.</param>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Initializes a new instance of the <see cref="T:System.Json.JsonObject" /> class using items.</para>
+ </summary>
+ <param name="items">
+ <attribution license="cc4" from="Microsoft" modified="false" />The collection of items.</param>
</Docs>
</Member>
<Member MemberName="Add">
@@ -81,8 +89,11 @@
</Parameters>
<Docs>
<param name="pair">To be added.</param>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Adds a key/value pair to the JSON CLR object.</para>
+ </summary>
</Docs>
</Member>
<Member MemberName="Add">
@@ -125,9 +136,13 @@
<Parameter Name="items" Type="System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;System.String,System.Json.JsonValue&gt;&gt;" />
</Parameters>
<Docs>
- <param name="items">To be added.</param>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Adds a specified of key/value pairs to the current instance of the JsonObject.</para>
+ </summary>
+ <param name="items">
+ <attribution license="cc4" from="Microsoft" modified="false" />The collections of items to add.</param>
</Docs>
</Member>
<Member MemberName="AddRange">
@@ -150,9 +165,13 @@
</Parameter>
</Parameters>
<Docs>
- <param name="items">To be added.</param>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Adds a specified array of key/value pairs to the current instance of JsonObject.</para>
+ </summary>
+ <param name="items">
+ <attribution license="cc4" from="Microsoft" modified="false" />The collections of items to add.</param>
</Docs>
</Member>
<Member MemberName="Clear">
@@ -213,10 +232,15 @@
<Parameter Name="arrayIndex" Type="System.Int32" />
</Parameters>
<Docs>
- <param name="array">To be added.</param>
- <param name="arrayIndex">To be added.</param>
- <summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <summary>
+ <attribution license="cc4" from="Microsoft" modified="false" />
+ <para>Copies the contents of the JSON CLR object into a specified key/value destination array beginning at a specified index.</para>
+ </summary>
+ <param name="array">
+ <attribution license="cc4" from="Microsoft" modified="false" />The destination array type to which the elements of the JsonObject are copied.</param>
+ <param name="arrayIndex">
+ <attribution license="cc4" from="Microsoft" modified="false" />The zero based index at which to begin the insertion of the contents from the JSON CLR object type.</param>
</Docs>
</Member>
<Member MemberName="Count">