| Visual Basic (Declaration) | |
|---|---|
Overloads Sub Add( _ ByVal entry As IMetadataDictionaryEntry, _ ByVal allowDuplicate As System.Boolean _ ) | |
| C# | |
|---|---|
void Add( IMetadataDictionaryEntry entry, System.bool allowDuplicate ) | |
Parameters
- entry
- The MetadataDictionaryEntry to add.
- allowDuplicate
- Specifies whether the duplicate entries are allowed.