ServiceProviderDictionary.

ServiceProviderDictionary(IDictionary<object, object>) Constructor

Summary

Initializes a new instance of the ServiceProviderDictionary class.

Syntax

public ServiceProviderDictionary(IDictionary<object, object> values)

Parameters

Name Type Description
values IDictionary<object, object> The values.

Return Value

Type Description
void