TypeElementCollection.ContainsKey Method (Object)
.NET Framework (current version)
Returns a Boolean that indicates whether a TypeElement with the specified key exists in the collection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- key
-
Type:
System.Object
The key of the TypeElement to find in the collection.
Return Value
Type: System.Booleantrue if the collection contains a TypeElement with the specified key; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: