summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Internals/PreserveAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/Internals/PreserveAttribute.cs')
-rw-r--r--Xamarin.Forms.Core/Internals/PreserveAttribute.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/Internals/PreserveAttribute.cs b/Xamarin.Forms.Core/Internals/PreserveAttribute.cs
index 0ba191e2..6cf09cd6 100644
--- a/Xamarin.Forms.Core/Internals/PreserveAttribute.cs
+++ b/Xamarin.Forms.Core/Internals/PreserveAttribute.cs
@@ -1,8 +1,10 @@
using System;
+using System.ComponentModel;
namespace Xamarin.Forms.Internals
{
[AttributeUsage(AttributeTargets.All)]
+ [EditorBrowsable(EditorBrowsableState.Never)]
public class PreserveAttribute : Attribute
{
public bool AllMembers;