summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ActionSheetArguments.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/ActionSheetArguments.cs')
-rw-r--r--Xamarin.Forms.Core/ActionSheetArguments.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/ActionSheetArguments.cs b/Xamarin.Forms.Core/ActionSheetArguments.cs
index a7336027..c3f7e8a4 100644
--- a/Xamarin.Forms.Core/ActionSheetArguments.cs
+++ b/Xamarin.Forms.Core/ActionSheetArguments.cs
@@ -1,8 +1,10 @@
using System.Collections.Generic;
+using System.ComponentModel;
using System.Threading.Tasks;
namespace Xamarin.Forms.Internals
{
+ [EditorBrowsable(EditorBrowsableState.Never)]
public class ActionSheetArguments
{
public ActionSheetArguments(string title, string cancel, string destruction, IEnumerable<string> buttons)