diff --git a/xml/System.Collections.Generic/Dictionary`2.xml b/xml/System.Collections.Generic/Dictionary`2.xml index aa1e1157769..11ae9b70cee 100644 --- a/xml/System.Collections.Generic/Dictionary`2.xml +++ b/xml/System.Collections.Generic/Dictionary`2.xml @@ -1,4 +1,4 @@ - + @@ -331,9 +331,13 @@ - To be added. - To be added. + The whose elements are copied to the new . + Initializes a new instance of the class that contains elements copied from the specified . To be added. + + is . + + contains one or more duplicated keys. @@ -567,10 +571,14 @@ - To be added. - To be added. - To be added. + The whose elements are copied to the new . + The implementation to use when comparing keys, or to use the default for the type of the key. + Initializes a new instance of the class that contains elements copied from the specified and uses the specified . To be added. + + is . + + contains one or more duplicated keys. @@ -1506,11 +1514,14 @@ - To be added. - To be added. - To be added. - To be added. + The key of the element to remove. + The removed element. + Removes the value with the specified key from the , and copies the element to the parameter. + + if the element is successfully found and removed; otherwise, . To be added. + + is . diff --git a/xml/System.Collections.Generic/KeyValuePair`2.xml b/xml/System.Collections.Generic/KeyValuePair`2.xml index 9b639718393..ad93f15f07d 100644 --- a/xml/System.Collections.Generic/KeyValuePair`2.xml +++ b/xml/System.Collections.Generic/KeyValuePair`2.xml @@ -1,4 +1,4 @@ - + @@ -159,9 +159,9 @@ - To be added. - To be added. - To be added. + The key of the current . + The value of the current . + Deconstructs the current . To be added. diff --git a/xml/System.Collections.Generic/Queue`1.xml b/xml/System.Collections.Generic/Queue`1.xml index 1eaa2b34c92..fa28bdb7faf 100644 --- a/xml/System.Collections.Generic/Queue`1.xml +++ b/xml/System.Collections.Generic/Queue`1.xml @@ -1,4 +1,4 @@ - + @@ -1333,10 +1333,13 @@ finally { - To be added. - To be added. - To be added. + The removed object. + Removes the object at the beginning of the , and copies it to the parameter. + + if the object is successfully removed; if the is empty. To be added. + + is . @@ -1368,9 +1371,10 @@ finally { - To be added. - To be added. - To be added. + If present, the object at the beginning of the ; otherwise, the default value of . + Returns a value that indicates whether there is an object at the beginning of the , and if one is present, copies it to the parameter. The object is not removed from the . + + if there is an object at the beginning of the ; if the is empty. To be added. diff --git a/xml/System.Collections.Generic/ReferenceEqualityComparer.xml b/xml/System.Collections.Generic/ReferenceEqualityComparer.xml index 8e15b17a4d8..628aa5c7f03 100644 --- a/xml/System.Collections.Generic/ReferenceEqualityComparer.xml +++ b/xml/System.Collections.Generic/ReferenceEqualityComparer.xml @@ -1,4 +1,4 @@ - + @@ -21,8 +21,16 @@ - To be added. - To be added. + An that uses reference equality () instead of value equality () when comparing two object instances. + + type cannot be instantiated. Instead, use the property to access the singleton instance of this type. + + ]]> + @@ -49,11 +57,21 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The first object to compare. + The second object to compare. + Determines whether two object references refer to the same object instance. + + if both and refer to the same object instance or if both are ; otherwise, . + + . + It is not necessarily equivalent to calling . + + ]]> + @@ -79,10 +97,19 @@ - To be added. - To be added. - To be added. - To be added. + The object for which to retrieve the hash code. + Returns a hash code for the specified object. The returned hash code is based on the object identity, not on the contents of the object. + A hash code for the identity of . + + . + It is not necessarily equivalent to calling . + + ]]> + @@ -101,7 +128,7 @@ System.Collections.Generic.ReferenceEqualityComparer - To be added. + Gets the singleton instance. To be added. To be added. diff --git a/xml/System.Collections.Generic/Stack`1.xml b/xml/System.Collections.Generic/Stack`1.xml index dda42c227b2..6481f1b6745 100644 --- a/xml/System.Collections.Generic/Stack`1.xml +++ b/xml/System.Collections.Generic/Stack`1.xml @@ -1,4 +1,4 @@ - + @@ -1367,9 +1367,10 @@ finally { - To be added. - To be added. - To be added. + If present, the object at the top of the ; otherwise, the default value of . + Returns a value that indicates whether there is an object at the top of the , and if one is present, copies it to the parameter. The object is not removed from the . + + if there is an object at the top of the ; if the is empty. To be added. @@ -1402,9 +1403,10 @@ finally { - To be added. - To be added. - To be added. + If present, the object at the top of the ; otherwise, the default value of . + Returns a value that indicates whether there is an object at the top of the , and if one is present, copies it to the parameter, and removes it from the . + + if there is an object at the top of the ; if the is empty. To be added. diff --git a/xml/System.Collections/BitArray.xml b/xml/System.Collections/BitArray.xml index b5629e3de43..ad259ba6a1f 100644 --- a/xml/System.Collections/BitArray.xml +++ b/xml/System.Collections/BitArray.xml @@ -1,4 +1,4 @@ - + @@ -959,10 +959,20 @@ - To be added. - To be added. - To be added. - To be added. + The number of shifts to make for each bit. + Shifts all the bit values of the current to the left on bits. + The current . + + is updated and returned. + + ]]> + + + is less than zero. @@ -1165,10 +1175,20 @@ - To be added. - To be added. - To be added. - To be added. + The number of shifts to make for each bit. + Shifts all the bit values of the current to the right on bits. + The current . + + is updated and returned. + + ]]> + + + is less than zero. @@ -1454,7 +1474,15 @@ Gets a value that indicates whether access to the is synchronized (thread safe). true if access to the is synchronized (thread safe); otherwise, false. - To be added. + + instance is cast to an interface. + + ]]> + @@ -1485,7 +1513,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/DictionaryEntry.xml b/xml/System.Collections/DictionaryEntry.xml index c580fb6d720..37b9d281028 100644 --- a/xml/System.Collections/DictionaryEntry.xml +++ b/xml/System.Collections/DictionaryEntry.xml @@ -1,4 +1,4 @@ - + @@ -165,9 +165,9 @@ The - To be added. - To be added. - To be added. + The key of the current . + The value of the current . + Deconstructs the current . To be added.