'Usage Dim instance As ImGearReadOnlyDictionary(Of TKey,TValue) Dim key As TKey Dim value As TValue instance.Add(key, value)
Parameters
- key
- The object to use as the key of the element to add.
- value
- The object to use as the value of the element to add.