AppStore.AppStore_XamlTypeInfo.XamlTypeInfoProvider.MapAdd_5_ObservableDictionary C# (CSharp) Method

MapAdd_5_ObservableDictionary() private method

private MapAdd_5_ObservableDictionary ( object instance, object key, object item ) : void
instance object
key object
item object
return void
        private void MapAdd_5_ObservableDictionary(object instance, object key, object item)
        {
            var collection = (global::System.Collections.Generic.IDictionary<global::System.String, global::System.Object>)instance;
            var newKey = (global::System.String)key;
            var newItem = (global::System.Object)item;
            collection.Add(newKey, newItem);
        }
XamlTypeInfoProvider