KeyDictionary Constructor (KeyDictionary)KeyDictionary Constructor (KeyDictionary)KeyDictionary Constructor (KeyDictionary^)

Initializes a new instance of the KeyDictionaryKeyDictionaryKeyDictionary class.

Syntax

Public Sub New ( _
    dictionary As KeyDictionary _
)
public KeyDictionary(
    KeyDictionary dictionary
)
public:
KeyDictionary(
    KeyDictionary^ dictionary
)
 

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptiondictionary is null a null reference (Nothing in Visual Basic) nullptr.