The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Lookup<TKey, TElement>::Contains Method (TKey)
.NET Framework (current version)
Determines whether a specified key is in the Lookup<TKey, TElement>.
Assembly: System.Core (in System.Core.dll)
Parameters
- key
-
Type:
TKey
The key to find in the Lookup<TKey, TElement>.
Implements
ILookup<TKey, TElement>::Contains(TKey)The following example demonstrates how to use Contains to determine whether a Lookup<TKey, TElement> contains a specified key. This code example is part of a larger example provided for the Lookup<TKey, TElement> class.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: