<paramname="item">The object to add to the <seecref="T:System.Collections.Generic.ICollection`1"/>.</param><exceptioncref="T:System.NotSupportedException">The <seecref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
Copies the elements of the <seecref="T:System.Collections.Generic.ICollection`1"/> to an <seecref="T:System.Array"/>, starting at a particular <seecref="T:System.Array"/> index.
<paramname="array">The one-dimensional <seecref="T:System.Array"/> that is the destination of the elements copied from <seecref="T:System.Collections.Generic.ICollection`1"/>. The <seecref="T:System.Array"/> must have zero-based indexing.</param><paramname="arrayIndex">The zero-based index in <paramrefname="array"/> at which copying begins.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="array"/> is null.</exception><exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="arrayIndex"/> is less than 0.</exception><exceptioncref="T:System.ArgumentException"><paramrefname="array"/> is multidimensional.-or-The number of elements in the source <seecref="T:System.Collections.Generic.ICollection`1"/> is greater than the available space from <paramrefname="arrayIndex"/> to the end of the destination <paramrefname="array"/>.-or-Type <paramrefname="T"/> cannot be cast automatically to the type of the destination <paramrefname="array"/>.</exception>
true if <paramrefname="item"/> was successfully removed from the <seecref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramrefname="item"/> is not found in the original <seecref="T:System.Collections.Generic.ICollection`1"/>.
</returns>
<paramname="item">The object to remove from the <seecref="T:System.Collections.Generic.ICollection`1"/>.</param><exceptioncref="T:System.NotSupportedException">The <seecref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<paramname="other">The collection of items to remove from the set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set is a subset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set is a superset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the <seecref="T:System.Collections.Generic.ISet`1"/> object is a correct superset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set. </param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set is a correct subset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set and <paramrefname="other"/> share at least one common element; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set is equal to <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
Copies the elements of the <seecref="T:System.Collections.Generic.ICollection`1"/> to an <seecref="T:System.Array"/>, starting at a particular <seecref="T:System.Array"/> index.
<paramname="array">The one-dimensional <seecref="T:System.Array"/> that is the destination of the elements copied from <seecref="T:System.Collections.Generic.ICollection`1"/>. The <seecref="T:System.Array"/> must have zero-based indexing.</param><paramname="arrayIndex">The zero-based index in <paramrefname="array"/> at which copying begins.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="array"/> is null.</exception><exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="arrayIndex"/> is less than 0.</exception><exceptioncref="T:System.ArgumentException"><paramrefname="array"/> is multidimensional.-or-The number of elements in the source <seecref="T:System.Collections.Generic.ICollection`1"/> is greater than the available space from <paramrefname="arrayIndex"/> to the end of the destination <paramrefname="array"/>.-or-Type <paramrefname="T"/> cannot be cast automatically to the type of the destination <paramrefname="array"/>.</exception>
true if <paramrefname="item"/> was successfully removed from the <seecref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramrefname="item"/> is not found in the original <seecref="T:System.Collections.Generic.ICollection`1"/>.
</returns>
<paramname="item">The object to remove from the <seecref="T:System.Collections.Generic.ICollection`1"/>.</param>
<exceptioncref="T:System.NotSupportedException"> is always thrown</exception>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<exceptioncref="T:System.NotSupportedException"> is always thrown</exception>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<exceptioncref="T:System.NotSupportedException"> is always thrown</exception>
<paramname="other">The collection of items to remove from the set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<exceptioncref="T:System.NotSupportedException"> is always thrown</exception>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<exceptioncref="T:System.NotSupportedException"> is always thrown</exception>
true if the current set is a subset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set is a superset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the <seecref="T:System.Collections.Generic.ISet`1"/> object is a correct superset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set. </param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set is a correct subset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set and <paramrefname="other"/> share at least one common element; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set is equal to <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<paramname="item">The object to add to the <seecref="T:System.Collections.Generic.ICollection`1"/>.</param><exceptioncref="T:System.NotSupportedException">The <seecref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
Copies the elements of the <seecref="T:System.Collections.Generic.ICollection`1"/> to an <seecref="T:System.Array"/>, starting at a particular <seecref="T:System.Array"/> index.
<paramname="array">The one-dimensional <seecref="T:System.Array"/> that is the destination of the elements copied from <seecref="T:System.Collections.Generic.ICollection`1"/>. The <seecref="T:System.Array"/> must have zero-based indexing.</param><paramname="arrayIndex">The zero-based index in <paramrefname="array"/> at which copying begins.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="array"/> is null.</exception><exceptioncref="T:System.ArgumentOutOfRangeException"><paramrefname="arrayIndex"/> is less than 0.</exception><exceptioncref="T:System.ArgumentException"><paramrefname="array"/> is multidimensional.-or-The number of elements in the source <seecref="T:System.Collections.Generic.ICollection`1"/> is greater than the available space from <paramrefname="arrayIndex"/> to the end of the destination <paramrefname="array"/>.-or-Type <paramrefname="T"/> cannot be cast automatically to the type of the destination <paramrefname="array"/>.</exception>
true if <paramrefname="item"/> was successfully removed from the <seecref="T:System.Collections.Generic.ICollection`1"/>; otherwise, false. This method also returns false if <paramrefname="item"/> is not found in the original <seecref="T:System.Collections.Generic.ICollection`1"/>.
</returns>
<paramname="item">The object to remove from the <seecref="T:System.Collections.Generic.ICollection`1"/>.</param><exceptioncref="T:System.NotSupportedException">The <seecref="T:System.Collections.Generic.ICollection`1"/> is read-only.</exception>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<paramname="other">The collection of items to remove from the set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set is a subset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set is a superset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the <seecref="T:System.Collections.Generic.ISet`1"/> object is a correct superset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set. </param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set is a correct subset of <paramrefname="other"/>; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
true if the current set and <paramrefname="other"/> share at least one common element; otherwise, false.
</returns>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>
<paramname="other">The collection to compare to the current set.</param><exceptioncref="T:System.ArgumentNullException"><paramrefname="other"/> is null.</exception>