KeyDictionary Constructor (KeyDictionary)KeyDictionary Constructor (KeyDictionary)KeyDictionary Constructor (KeyDictionary^)
- XmlPrime 5.0
- Other Versions ▼
Syntax
Public Sub New ( _ dictionary As KeyDictionary _ )
public KeyDictionary( KeyDictionary dictionary )
public: KeyDictionary( KeyDictionary^ dictionary )
Parameters
- dictionary
Type: XmlPrime.KeyDictionaryXmlPrime.KeyDictionaryXmlPrime::KeyDictionary^
The KeyDictionaryKeyDictionaryKeyDictionary to copy.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | dictionary is null
a null reference (Nothing in Visual Basic)
nullptr . |