DiscoveryClientDocumentCollection Methods
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, Object^) | Adds an object with the specified URL to the DiscoveryClientDocumentCollection. |
![]() | Clear() | Clears the contents of the DictionaryBase instance.(Inherited from DictionaryBase.) |
![]() | Contains(String^) | Determines if the DiscoveryClientDocumentCollection contains an object with the specified URL. |
![]() | CopyTo(Array^, Int32) | Copies the DictionaryBase elements to a one-dimensional Array at the specified index.(Inherited from DictionaryBase.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance.(Inherited from DictionaryBase.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Remove(String^) | Removes an object with the specified URL from the DiscoveryClientDocumentCollection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDictionary::Add(Object^, Object^) | Adds an element with the specified key and value into the DictionaryBase.(Inherited from DictionaryBase.) |
![]() ![]() | IDictionary::Contains(Object^) | Determines whether the DictionaryBase contains a specific key.(Inherited from DictionaryBase.) |
![]() ![]() | IDictionary::Remove(Object^) | Removes the element with the specified key from the DictionaryBase.(Inherited from DictionaryBase.) |
![]() ![]() | IEnumerable::GetEnumerator() | Returns an IEnumerator that iterates through the DictionaryBase.(Inherited from DictionaryBase.) |


