From ca8e16d0c02f6b984844422b8e5a00a954936538 Mon Sep 17 00:00:00 2001 From: carlossanlop Date: Mon, 16 Sep 2019 09:51:23 -0700 Subject: [PATCH 1/2] Automatically port Collections.Immutable.ImmutableArray --- xml/System.Collections.Immutable/ImmutableArray`1.xml | 4 ++-- xml/System.Collections.Immutable/ImmutableList`1+Builder.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xml/System.Collections.Immutable/ImmutableArray`1.xml b/xml/System.Collections.Immutable/ImmutableArray`1.xml index 6ab26efffe6..769f2a9af70 100644 --- a/xml/System.Collections.Immutable/ImmutableArray`1.xml +++ b/xml/System.Collections.Immutable/ImmutableArray`1.xml @@ -309,7 +309,7 @@ To be added. - Initializes a new instance of the struct by casting the underlying array to an array of type . + Initializes a new instance of the struct by casting the underlying array to an array of type . To be added. To be added. Thrown if the cast is illegal. @@ -2749,7 +2749,7 @@ The index. Gets or sets the at the specified index. - To be added. + The to set in the collection at the specified index. To be added. Always thrown from the setter. Thrown if the property returns true. diff --git a/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml b/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml index f18a069dd6a..d15384494a7 100644 --- a/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml +++ b/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml @@ -2109,7 +2109,7 @@ The index. Gets or sets the at the specified index. - To be added. + The to set in the collection at the specified index. To be added. From 0f127f667e4934428ad60a023f4f49d7d572822c Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Lopez <1175054+carlossanlop@users.noreply.github.com> Date: Wed, 18 Sep 2019 14:01:17 -0700 Subject: [PATCH 2/2] suggestions by rpetrusha Co-Authored-By: Ron Petrusha --- xml/System.Collections.Immutable/ImmutableArray`1.xml | 2 +- xml/System.Collections.Immutable/ImmutableList`1+Builder.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Collections.Immutable/ImmutableArray`1.xml b/xml/System.Collections.Immutable/ImmutableArray`1.xml index 769f2a9af70..42680a9ac6f 100644 --- a/xml/System.Collections.Immutable/ImmutableArray`1.xml +++ b/xml/System.Collections.Immutable/ImmutableArray`1.xml @@ -2749,7 +2749,7 @@ The index. Gets or sets the at the specified index. - The to set in the collection at the specified index. + The object at the specified index. To be added. Always thrown from the setter. Thrown if the property returns true. diff --git a/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml b/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml index d15384494a7..e1e75a980bd 100644 --- a/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml +++ b/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml @@ -2109,7 +2109,7 @@ The index. Gets or sets the at the specified index. - The to set in the collection at the specified index. + The object at the specified index. To be added.