ServiceProviderDictionary.

TryGetValue(object, object) Method

Summary

Tries the get value.

Syntax

public bool TryGetValue(object key, out object value)

Parameters

Name Type Description
key object The key.
value object The value.

Return Value

Type Description
bool true if XXXX, false otherwise.