ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>::ContainsKey Method (Type^)
.NET Framework (current version)
Determines whether this collection contains an element of the specified type.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- elementType
-
Type:
System::Type^
The type of the element to search for.
Return Value
Type: System::Booleantrue if the collection contains an element of the specified type; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | elementName is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: