ReadOnlyDictionaryBaseTKey, TValue Constructor

CVB.Net Documentation
Creates a new ReadOnlyDictionary wrapping the given dictionary.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

protected ReadOnlyDictionaryBase(
	IDictionary<TKey, TValue> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryTKey, TValue
Dictionary to wrap.
Exceptions

ExceptionCondition
ArgumentNullExceptiondictionary is .
See Also

Reference