Adds the specified entry to the dictionary by merging its content with the specified entry.
            
            
            | Visual Basic (Declaration) | |
|---|---|
Sub Merge( _ ByVal entry As IMetadataDictionaryEntry, _ ByVal mergeWith As IMetadataDictionaryEntry _ )  | |
| C# | |
|---|---|
void Merge( IMetadataDictionaryEntry entry, IMetadataDictionaryEntry mergeWith )  | |
Parameters
- entry
 - The entry to be merged.
 - mergeWith
 - The entry to merge with.