From e6d5186c8acbf37b877c7ca3c77a378352a3743d Mon Sep 17 00:00:00 2001 From: kingces95 Date: Tue, 7 Mar 2017 14:56:24 -0500 Subject: Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) * Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation --- docs/Xamarin.Forms.Core/Xamarin.Forms/ResourceDictionary.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/ResourceDictionary.xml') diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/ResourceDictionary.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/ResourceDictionary.xml index d0b6f33c..489d8be3 100644 --- a/docs/Xamarin.Forms.Core/Xamarin.Forms/ResourceDictionary.xml +++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/ResourceDictionary.xml @@ -1,6 +1,6 @@ - - + + Xamarin.Forms.Core 1.0.0.0 @@ -24,6 +24,9 @@ System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>> + + Xamarin.Forms.Internals.IResourceDictionary + An IDictionary that maps identifier strings to arbitrary resource objects. -- cgit v1.2.3