AthensTransit_Hackathon_WP_8._1.AthensTransit_Hackathon_WP_8_1_XamlTypeInfo.XamlTypeInfoProvider.MapAdd_6_ObservableDictionary C# (CSharp) Method

MapAdd_6_ObservableDictionary() private method

private MapAdd_6_ObservableDictionary ( object instance, object key, object item ) : void
instance object
key object
item object
return void
        private void MapAdd_6_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);
        }