ServiceProviderDictionary.

ContainsKey(object) Method

Summary

Determines whether the specified key contains key.

Syntax

public bool ContainsKey(object key)

Parameters

Name Type Description
key object The key.

Return Value

Type Description
bool true if the specified key contains key; otherwise, false.