summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/IResourceDictionary.xml
diff options
context:
space:
mode:
authorkingces95 <kingces95@users.noreply.github.com>2017-03-09 13:38:06 -0500
committerJason Smith <jason.smith@xamarin.com>2017-03-09 10:38:06 -0800
commitb9b9d2536ff0cd6ae4526356d663706c721e481f (patch)
tree40778d441da74f47eb910067e0dad77d15bbb34a /docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/IResourceDictionary.xml
parent90ece3d38d3f6d6d2bbdd28b12a29e78c0feedc4 (diff)
downloadxamarin-forms-b9b9d2536ff0cd6ae4526356d663706c721e481f.tar.gz
xamarin-forms-b9b9d2536ff0cd6ae4526356d663706c721e481f.tar.bz2
xamarin-forms-b9b9d2536ff0cd6ae4526356d663706c721e481f.zip
Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806)
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/IResourceDictionary.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/IResourceDictionary.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/IResourceDictionary.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/IResourceDictionary.xml
index 7b60a4cd..2662aca6 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/IResourceDictionary.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms.Internals/IResourceDictionary.xml
@@ -10,6 +10,11 @@
<InterfaceName>System.Collections.Generic.IEnumerable&lt;System.Collections.Generic.KeyValuePair&lt;System.String,System.Object&gt;&gt;</InterfaceName>
</Interface>
</Interfaces>
+ <Attributes>
+ <Attribute>
+ <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
+ </Attribute>
+ </Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>