diff --git a/xml/System.Collections.Immutable/ImmutableArray.xml b/xml/System.Collections.Immutable/ImmutableArray.xml index 9745ec29ff4..91785a73896 100644 --- a/xml/System.Collections.Immutable/ImmutableArray.xml +++ b/xml/System.Collections.Immutable/ImmutableArray.xml @@ -679,12 +679,12 @@ This overload allows helper methods or custom builder classes to efficiently avo - To be added. - To be added. + The type of element stored in the source array. + The type of element to store in the target array. The source array to initialize the resulting array with. The function to apply to each element from the source array. Initializes a new instance of the struct. - To be added. + An immutable array that contains the specified items. - To be added. - To be added. + The type of element stored in the source array. + The type of element to store in the target array. The source array to initialize the resulting array with. The index of the first element in the source array to include in the resulting array. The number of elements from the source array to include in the resulting array. The function to apply to each element from the source array included in the resulting array. Initializes a new instance of the struct. - To be added. + An immutable array that contains the specified items. - To be added. - To be added. - To be added. + The type of element stored in the source array. + The type of argument to pass to the selector mapping function. + The type of element to store in the target array. The source array to initialize the resulting array with. The function to apply to each element from the source array. An argument to be passed to the selector mapping function. Initializes a new instance of the struct. - To be added. + An immutable array that contains the specified items. - To be added. - To be added. - To be added. + The type of element stored in the source array. + The type of argument to be passed to the selector mapping function. + The type of element to be stored in the target array. The source array to initialize the resulting array with. The index of the first element in the source array to include in the resulting array. The number of elements from the source array to include in the resulting array. The function to apply to each element from the source array included in the resulting array. An argument to be passed to the selector mapping function. Initializes a new instance of the struct. - To be added. + An immutable array that contains the specified items. + @@ -1029,7 +1029,7 @@ Extracts the internal array as an and replaces it with a zero length array. - To be added. + An immutable array containing the elements of the builder. To be added. When doesn't equal . diff --git a/xml/System.Collections.Immutable/ImmutableArray`1.xml b/xml/System.Collections.Immutable/ImmutableArray`1.xml index 7e2ee3f214d..b80fc6645f0 100644 --- a/xml/System.Collections.Immutable/ImmutableArray`1.xml +++ b/xml/System.Collections.Immutable/ImmutableArray`1.xml @@ -1,4 +1,4 @@ - + @@ -325,9 +325,9 @@ - To be added. + The type of array element to return. Initializes a new instance of the struct by casting the underlying array to an array of type . - To be added. + An immutable array instance with elements cast to the new type. To be added. Thrown if the cast is illegal. @@ -366,10 +366,10 @@ - To be added. + The type of array element to return. The array to initialize the array with. No copy is made. - Initializes a new instance of the struct based on the contents of an existing instance, allowing a covariant static cast to efficiently reuse the existing array. - To be added. + Initializes a new instance of the struct based on the contents of an existing instance, allowing a covariant static cast to efficiently reuse the existing array. + An immutable array instance with elements cast to the new type. System.Int32 - Gets the number of array in the collection. - To be added. + Gets the number of items in the collection. + Number of items in the collection. To be added. Thrown if the property returns true. @@ -2421,8 +2421,8 @@ System.Int32 - Gets the number of array in the collection. - To be added. + Gets the number of items in the collection. + The number of items in the collection. To be added. Thrown if the property returns true. @@ -2540,7 +2540,7 @@ Gets the size of the array. - To be added. + The number of items in the collection. To be added. Thrown if the property returns true. @@ -2576,9 +2576,17 @@ System.Boolean - See the interface. - To be added. - To be added. + See the interface. Always returns since since immutable collections are thread-safe. + Boolean value determining whether the collection is thread-safe. + + instance is cast to an interface. + + ]]> + @@ -2613,7 +2621,7 @@ Gets the sync root. - To be added. + An object for synchronizing access to the collection. To be added. diff --git a/xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml b/xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml index 6531a541b9a..e428dce1b1c 100644 --- a/xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml +++ b/xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml @@ -1,4 +1,4 @@ - + @@ -693,9 +693,9 @@ - To be added. - To be added. - To be added. + The one-dimensional array that is the destination of the elements copied from the dictionary. The array must have zero-based indexing. + The zero-based index in at which copying begins. + Copies the elements of the dictionary to an array of type , starting at the specified array index. To be added. @@ -902,7 +902,15 @@ Gets a value that indicates whether access to the is synchronized (thread safe). if access to the is synchronized (thread safe); otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -938,7 +946,15 @@ Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1096,7 +1112,15 @@ Gets a value that indicates whether the object has a fixed size. if the object has a fixed size; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1128,7 +1152,15 @@ Gets a value that indicates whether the is read-only. if the is read-only; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1162,7 +1194,7 @@ The key. Gets or sets the element with the specified key. - To be added. + Value stored under specified key. To be added. @@ -1194,7 +1226,15 @@ Gets an containing the keys of the . An containing the keys of the object that implements . - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.Collections.Immutable/ImmutableDictionary`2+Enumerator.xml b/xml/System.Collections.Immutable/ImmutableDictionary`2+Enumerator.xml index 2c5ef7e9a18..4a89217e68c 100644 --- a/xml/System.Collections.Immutable/ImmutableDictionary`2+Enumerator.xml +++ b/xml/System.Collections.Immutable/ImmutableDictionary`2+Enumerator.xml @@ -1,4 +1,4 @@ - + @@ -197,8 +197,16 @@ Gets the current element. - To be added. - To be added. + Current element in enumeration. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.Collections.Immutable/ImmutableDictionary`2.xml b/xml/System.Collections.Immutable/ImmutableDictionary`2.xml index 38452ced7cf..aa3c88c7c6f 100644 --- a/xml/System.Collections.Immutable/ImmutableDictionary`2.xml +++ b/xml/System.Collections.Immutable/ImmutableDictionary`2.xml @@ -1,4 +1,4 @@ - + @@ -681,8 +681,8 @@ - To be added. - To be added. + The object to add to the . + Adds an item to the . To be added. @@ -713,7 +713,7 @@ - To be added. + Removes all items from the . To be added. @@ -747,9 +747,9 @@ - To be added. - To be added. - To be added. + The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. + The zero-based index in at which copying begins. + Copies the elements of the to an , starting at a particular index. To be added. @@ -779,8 +779,9 @@ System.Boolean - To be added. - To be added. + Gets a value indicating whether the is read-only. + + if the is read-only; otherwise, . To be added. @@ -813,9 +814,10 @@ - To be added. - To be added. - To be added. + The object to remove from the . + Removes the first occurrence of a specific object from the . + + if was successfully removed from the ; otherwise, . This method also returns if is not found in the original . To be added. @@ -1097,7 +1099,15 @@ Gets a value indicating whether access to the is synchronized (thread safe). if access to the is synchronized (thread safe); otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1329,7 +1339,15 @@ Gets a value indicating whether the object has a fixed size. if the object has a fixed size; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1361,7 +1379,15 @@ Gets a value indicating whether the is read-only. if the is read-only; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1395,7 +1421,7 @@ The key. Gets or sets the element with the specified key. - To be added. + The value stored under the specified key. To be added. @@ -1427,7 +1453,15 @@ Gets an containing the keys of the . An containing the keys of the object that implements . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1499,7 +1533,15 @@ Gets an containing the values in the . An containing the values in the object that implements . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1571,10 +1613,10 @@ - To be added. - To be added. - To be added. - To be added. + Key of the entry to be added. + Value of the entry to be added. + See the interface + A new immutable dictionary that contains the additional key/value pair. To be added. @@ -1607,9 +1649,9 @@ - To be added. - To be added. - To be added. + Sequence of key/value pairs to be added to the dictionary. + See the interface + A new immutable dictionary that contains the additional key/value pairs. To be added. @@ -1674,9 +1716,9 @@ - To be added. - To be added. - To be added. + Key of the entry to be removed. + See the interface + A new immutable dictionary with the specified element removed; or this instance if the specified key cannot be found in the dictionary. To be added. @@ -1709,9 +1751,9 @@ - To be added. - To be added. - To be added. + Sequence of keys to be removed. + See the interface + A new immutable dictionary with the specified keys removed; or this instance if the specified keys cannot be found in the dictionary. To be added. @@ -1745,10 +1787,10 @@ - To be added. - To be added. - To be added. - To be added. + Key of entry to be added. + Value of the entry to be added. + See the interface + A new immutable dictionary that contains the specified key/value pair. To be added. diff --git a/xml/System.Collections.Immutable/ImmutableHashSet`1+Builder.xml b/xml/System.Collections.Immutable/ImmutableHashSet`1+Builder.xml index ab2ca32f36d..4600c47fb6d 100644 --- a/xml/System.Collections.Immutable/ImmutableHashSet`1+Builder.xml +++ b/xml/System.Collections.Immutable/ImmutableHashSet`1+Builder.xml @@ -1,4 +1,4 @@ - + diff --git a/xml/System.Collections.Immutable/ImmutableHashSet`1+Enumerator.xml b/xml/System.Collections.Immutable/ImmutableHashSet`1+Enumerator.xml index 31bfa07b80a..edf0fa570eb 100644 --- a/xml/System.Collections.Immutable/ImmutableHashSet`1+Enumerator.xml +++ b/xml/System.Collections.Immutable/ImmutableHashSet`1+Enumerator.xml @@ -1,4 +1,4 @@ - + @@ -197,7 +197,15 @@ Gets the current element. To be added. - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.Collections.Immutable/ImmutableHashSet`1.xml b/xml/System.Collections.Immutable/ImmutableHashSet`1.xml index 52d22460c35..3194cc1e6db 100644 --- a/xml/System.Collections.Immutable/ImmutableHashSet`1.xml +++ b/xml/System.Collections.Immutable/ImmutableHashSet`1.xml @@ -1,4 +1,4 @@ - + @@ -1194,7 +1194,15 @@ See the interface. To be added. - To be added. + + instance is cast to an interface. + + ]]> + @@ -1230,7 +1238,15 @@ See . To be added. - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.Collections.Immutable/ImmutableInterlocked.xml b/xml/System.Collections.Immutable/ImmutableInterlocked.xml index 530432cf8e3..497425c6876 100644 --- a/xml/System.Collections.Immutable/ImmutableInterlocked.xml +++ b/xml/System.Collections.Immutable/ImmutableInterlocked.xml @@ -1,4 +1,4 @@ - + @@ -669,11 +669,13 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The type of data in the immutable array. + The immutable array to be changed. + A function that produces the new array from the old. This function should be side-effect free, as it may run multiple times when races occur with other threads. + Mutates an immutable array in-place with optimistic locking transaction semantics via a specified transformation function. + The transformation is retried as many times as necessary to win the optimistic locking race. + + if the location's value is changed by applying the result of the function; if the location's value remained the same because the last invocation of returned the existing value. To be added. @@ -745,13 +747,15 @@ - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. + The type of data in the immutable array. + The type of argument passed to the . + The immutable array to be changed. + A function that produces the new array from the old. This function should be side-effect free, as it may run multiple times when races occur with other threads. + The argument to pass to . + Mutates an immutable array in-place with optimistic locking transaction semantics via a specified transformation function. + The transformation is retried as many times as necessary to win the optimistic locking race. + + if the location's value is changed by applying the result of the function; if the location's value remained the same because the last invocation of returned the existing value. To be added. diff --git a/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml b/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml index 5ef3a0c6773..774bd73eaf6 100644 --- a/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml +++ b/xml/System.Collections.Immutable/ImmutableList`1+Builder.xml @@ -1,4 +1,4 @@ - + @@ -1855,7 +1855,15 @@ Gets a value that indicates whether access to the is synchronized (thread safe). if access to the is synchronized (thread safe); otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1891,7 +1899,15 @@ Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . - To be added. + + instance is cast to an interface. + + ]]> + @@ -2175,7 +2191,15 @@ Gets a value that indicates whether the has a fixed size. if the has a fixed size; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -2207,7 +2231,15 @@ Gets a value that indicates whether the is read-only. if the is read-only; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.Collections.Immutable/ImmutableList`1+Enumerator.xml b/xml/System.Collections.Immutable/ImmutableList`1+Enumerator.xml index 13c7d380f2a..07e9fcbdb7b 100644 --- a/xml/System.Collections.Immutable/ImmutableList`1+Enumerator.xml +++ b/xml/System.Collections.Immutable/ImmutableList`1+Enumerator.xml @@ -1,4 +1,4 @@ - + @@ -210,7 +210,15 @@ The current element. To be added. - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.Collections.Immutable/ImmutableList`1.xml b/xml/System.Collections.Immutable/ImmutableList`1.xml index 29ad3045fb8..dd3f4c1ad54 100644 --- a/xml/System.Collections.Immutable/ImmutableList`1.xml +++ b/xml/System.Collections.Immutable/ImmutableList`1.xml @@ -1,4 +1,4 @@ - + @@ -2097,9 +2097,9 @@ - To be added. + The zero-based index of the item to access. Gets or sets the value at the specified index. - To be added. + Value stored in the specified index. To be added. Thrown from getter when is negative or not less than . Always thrown from the setter. @@ -2221,9 +2221,17 @@ System.Boolean - See the interface. - To be added. - To be added. + This type is immutable, so it is always thread-safe. See the interface. + Boolean value determining whether the collection is thread-safe. + + instance is cast to an interface. + + ]]> + @@ -2258,8 +2266,16 @@ See . - To be added. - To be added. + Object used for synchronizing access to the collection. + + instance is cast to an interface. + + ]]> + @@ -2543,7 +2559,15 @@ Gets a value indicating whether the has a fixed size. if the has a fixed size; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -2575,7 +2599,15 @@ Gets a value indicating whether the is read-only. if the is read-only; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.Collections.Immutable/ImmutableQueue`1.xml b/xml/System.Collections.Immutable/ImmutableQueue`1.xml index 92edf1b2f05..60ec8409746 100644 --- a/xml/System.Collections.Immutable/ImmutableQueue`1.xml +++ b/xml/System.Collections.Immutable/ImmutableQueue`1.xml @@ -325,7 +325,7 @@ Gets a read-only reference to the element at the front of the queue. - To be added. + Read-only reference to the element at the front of the queue. To be added. The queue is empty. diff --git a/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Builder.xml b/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Builder.xml index 6839f18a622..fc4c2ca0c2e 100644 --- a/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Builder.xml +++ b/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Builder.xml @@ -1,4 +1,4 @@ - + @@ -669,9 +669,9 @@ - To be added. - To be added. - To be added. + The one-dimensional array that is the destination of the elements copied from the dictionary. The array must have zero-based indexing. + The zero-based index in at which copying begins. + See To be added. @@ -732,8 +732,8 @@ System.Collections.Generic.ICollection<TKey> - To be added. - To be added. + Returns a collection containing all keys stored in the dictionary. See + A collection containing all keys stored in the dictionary. To be added. @@ -763,8 +763,8 @@ System.Collections.Generic.ICollection<TValue> - To be added. - To be added. + Returns a collection containing all values stored in the dictionary. See + A collection containing all values stored in the dictionary. To be added. @@ -795,8 +795,8 @@ - To be added. - To be added. + See + An enumerator that can be used to iterate through the collection. To be added. @@ -879,7 +879,15 @@ Gets a value that indicates whether access to the is synchronized (thread safe). if access to the is synchronized (thread safe); otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -915,7 +923,15 @@ Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1072,7 +1088,15 @@ Gets a value that indicates whether the object has a fixed size. if the object has a fixed size; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1104,7 +1128,15 @@ Gets a value that indicates whether the is read-only. if the is read-only; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1138,7 +1170,7 @@ The key. Gets or sets the element with the specified key. - To be added. + The value associated with the specified key. To be added. @@ -1170,7 +1202,15 @@ Gets an containing the keys of the . An containing the keys of the object that implements . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1242,7 +1282,15 @@ Gets an containing the values in the . An containing the values in the object that implements . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1462,9 +1510,9 @@ - To be added. + Key of the entry to be looked up. Returns a read-only reference to the value associated with the provided . - To be added. + A read-only reference to the value associated with the provided . To be added. The is not present. diff --git a/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Enumerator.xml b/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Enumerator.xml index d40a560f099..3cb47280a05 100644 --- a/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Enumerator.xml +++ b/xml/System.Collections.Immutable/ImmutableSortedDictionary`2+Enumerator.xml @@ -1,4 +1,4 @@ - + @@ -211,7 +211,15 @@ The current element. To be added. - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.Collections.Immutable/ImmutableSortedDictionary`2.xml b/xml/System.Collections.Immutable/ImmutableSortedDictionary`2.xml index 6d9628081b4..442f0d0061a 100644 --- a/xml/System.Collections.Immutable/ImmutableSortedDictionary`2.xml +++ b/xml/System.Collections.Immutable/ImmutableSortedDictionary`2.xml @@ -1,4 +1,4 @@ - + @@ -663,8 +663,8 @@ - To be added. - To be added. + The object to add to the . + Adds an item to the . To be added. @@ -695,7 +695,7 @@ - To be added. + Removes all items from the . To be added. @@ -729,9 +729,9 @@ - To be added. - To be added. - To be added. + The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. + The zero-based index in at which copying begins. + Copies the elements of the to an , starting at a particular index. To be added. @@ -761,8 +761,9 @@ System.Boolean - To be added. - To be added. + Gets a value indicating whether the is read-only. + + if the is read-only; otherwise, . To be added. @@ -795,9 +796,10 @@ - To be added. - To be added. - To be added. + The object to remove from the . + Removes the first occurrence of a specific object from the . + + if was successfully removed from the ; otherwise, . This method also returns if is not found in the original . To be added. @@ -866,7 +868,7 @@ - To be added. + The object to use as the key of the element to access. Gets or sets the with the specified key. An object of type associated with the . To be added. @@ -1079,7 +1081,15 @@ Gets a value indicating whether access to the is synchronized (thread safe). if access to the is synchronized (thread-safe); otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1115,7 +1125,15 @@ Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1311,7 +1329,15 @@ Gets a value indicating whether the object has a fixed size. if the object has a fixed size; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1375,9 +1401,9 @@ - The key. + The key of the element to be accessed. Gets or sets the element with the specified key. - To be added. + Value stored under the specified key. To be added. @@ -1409,7 +1435,15 @@ Gets an containing the keys of the . An containing the keys of the object that implements . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1481,7 +1515,15 @@ Gets an containing the values in the . An containing the values in the object that implements . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1553,9 +1595,9 @@ - To be added. - To be added. - To be added. + Key of the entry to be added. + Value of the entry to be added. + See the interface. The instance. To be added. @@ -1589,8 +1631,8 @@ - To be added. - To be added. + Sequence of key/value pairs to be added. + See the interface. The instance. To be added. @@ -1622,7 +1664,7 @@ - To be added. + See the interface. The instance. To be added. @@ -1656,8 +1698,8 @@ - To be added. - To be added. + Key of entry to be removed. + See the interface. The instance. To be added. @@ -1691,8 +1733,8 @@ - To be added. - To be added. + Sequence of keys to be removed. + See the interface. The instance. To be added. @@ -1727,9 +1769,9 @@ - To be added. - To be added. - To be added. + Key of entry to be updated. + Value of entry to be updated. + See the interface. The instance. To be added. @@ -1950,9 +1992,9 @@ - To be added. + Key of the entry to be looked up. Returns a read-only reference to the value associated with the provided . - To be added. + A read-only reference to the value associated with the provided . To be added. The is not present. diff --git a/xml/System.Collections.Immutable/ImmutableSortedSet`1+Builder.xml b/xml/System.Collections.Immutable/ImmutableSortedSet`1+Builder.xml index b4aaf3d5ec5..232647133b3 100644 --- a/xml/System.Collections.Immutable/ImmutableSortedSet`1+Builder.xml +++ b/xml/System.Collections.Immutable/ImmutableSortedSet`1+Builder.xml @@ -1,4 +1,4 @@ - + @@ -1007,7 +1007,15 @@ Gets a value that indicates whether access to the is synchronized (thread-safe). if access to the is synchronized (thread-safe); otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -1043,7 +1051,15 @@ Gets an object that can be used to synchronize access to the . An object that can be used to synchronize access to the . - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.Collections.Immutable/ImmutableSortedSet`1+Enumerator.xml b/xml/System.Collections.Immutable/ImmutableSortedSet`1+Enumerator.xml index 6e69fe68e2a..273e92d43fb 100644 --- a/xml/System.Collections.Immutable/ImmutableSortedSet`1+Enumerator.xml +++ b/xml/System.Collections.Immutable/ImmutableSortedSet`1+Enumerator.xml @@ -1,4 +1,4 @@ - + @@ -218,7 +218,15 @@ The current element. To be added. - To be added. + + instance is cast to an interface. + + ]]> + diff --git a/xml/System.Collections.Immutable/ImmutableSortedSet`1.xml b/xml/System.Collections.Immutable/ImmutableSortedSet`1.xml index 0a275efe74f..1bce16d18e0 100644 --- a/xml/System.Collections.Immutable/ImmutableSortedSet`1.xml +++ b/xml/System.Collections.Immutable/ImmutableSortedSet`1.xml @@ -1,4 +1,4 @@ - + @@ -1261,8 +1261,8 @@ This member is an explicit interface member implementation. It can be used only System.Boolean - See the interface. - To be added. + Returns true, since immutable collections are always read-only. See the interface. + A boolean value indicating whether the collection is read-only. To be added. @@ -1435,9 +1435,9 @@ This member is an explicit interface member implementation. It can be used only - To be added. + The zero-based index of the item to access. See the interface. - To be added. + The element stored at the specified index. To be added. @@ -1798,9 +1798,17 @@ This member is an explicit interface member implementation. It can be used only System.Boolean - See the interface. - To be added. - To be added. + Returns true, since immutable collections are always thread-safe. See the interface. + A boolean value indicating whether the collection is thread-safe. + + instance is cast to an interface. + + ]]> + @@ -1835,8 +1843,16 @@ This member is an explicit interface member implementation. It can be used only See . - To be added. - To be added. + Object used for synchronizing access to the collection. + + instance is cast to an interface. + + ]]> + @@ -2148,7 +2164,15 @@ This member is an explicit interface member implementation. It can be used only Gets a value that indicates whether the has a fixed size. if the has a fixed size; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> + @@ -2180,7 +2204,15 @@ This member is an explicit interface member implementation. It can be used only Gets a value that indicates whether the is read-only. if the is read-only; otherwise, . - To be added. + + instance is cast to an interface. + + ]]> +