From 708cd3e966836995ed55ce553fe489c1b648ce5a Mon Sep 17 00:00:00 2001 From: Farhad Shariatzadeh Date: Tue, 17 Sep 2019 10:22:24 -0700 Subject: [PATCH 1/5] Update Array.xml --- xml/System/Array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/Array.xml b/xml/System/Array.xml index 511ed4232d4..2cfb375ecac 100644 --- a/xml/System/Array.xml +++ b/xml/System/Array.xml @@ -2769,7 +2769,7 @@ To be added. To be added. To be added. - To be added. + Assignes the given value of type to each elements of the specified array . To be added. From 74147463510b0eec29f5bc192e0e6f8782172a9a Mon Sep 17 00:00:00 2001 From: Farhad Shariatzadeh Date: Thu, 19 Sep 2019 08:47:54 -0700 Subject: [PATCH 2/5] Update xml/System/Array.xml Co-Authored-By: MSDN.WhiteKnight <35516665+MSDN-WhiteKnight@users.noreply.github.com> --- xml/System/Array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/Array.xml b/xml/System/Array.xml index 2cfb375ecac..3dd866941e3 100644 --- a/xml/System/Array.xml +++ b/xml/System/Array.xml @@ -2769,7 +2769,7 @@ To be added. To be added. To be added. - Assignes the given value of type to each elements of the specified array . + Assigns the given of type to each element of the specified . To be added. From 32ee10db293aa11cda521825a3757285b2c7dd67 Mon Sep 17 00:00:00 2001 From: Farhad Shariatzadeh Date: Thu, 26 Sep 2019 16:15:50 -0700 Subject: [PATCH 3/5] Update xml/System/Array.xml Co-Authored-By: Ron Petrusha --- xml/System/Array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/Array.xml b/xml/System/Array.xml index 3dd866941e3..6669196126c 100644 --- a/xml/System/Array.xml +++ b/xml/System/Array.xml @@ -2767,7 +2767,7 @@ To be added. - To be added. + The array to be filled. To be added. Assigns the given of type to each element of the specified . To be added. From d4a7f0500b6750dc7f32182decbdd6ca2d496f7a Mon Sep 17 00:00:00 2001 From: Farhad Shariatzadeh Date: Thu, 26 Sep 2019 16:16:04 -0700 Subject: [PATCH 4/5] Update xml/System/Array.xml Co-Authored-By: Ron Petrusha --- xml/System/Array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/Array.xml b/xml/System/Array.xml index 6669196126c..52e127d2a41 100644 --- a/xml/System/Array.xml +++ b/xml/System/Array.xml @@ -2766,7 +2766,7 @@ - To be added. + The type of the elements in the array. The array to be filled. To be added. Assigns the given of type to each element of the specified . From 29dc5577bd0b2a1dbc13ae0728ffc2102a4c7512 Mon Sep 17 00:00:00 2001 From: Farhad Shariatzadeh Date: Thu, 26 Sep 2019 16:22:03 -0700 Subject: [PATCH 5/5] Update xml/System/Array.xml Co-Authored-By: Ron Petrusha --- xml/System/Array.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System/Array.xml b/xml/System/Array.xml index 52e127d2a41..273d4598e8e 100644 --- a/xml/System/Array.xml +++ b/xml/System/Array.xml @@ -2768,7 +2768,7 @@ The type of the elements in the array. The array to be filled. - To be added. + The value to assign to each array element. Assigns the given of type to each element of the specified . To be added.