summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/HydratationContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml/HydratationContext.cs')
-rw-r--r--Xamarin.Forms.Xaml/HydratationContext.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xamarin.Forms.Xaml/HydratationContext.cs b/Xamarin.Forms.Xaml/HydratationContext.cs
index 7c1356d9..7273a2cc 100644
--- a/Xamarin.Forms.Xaml/HydratationContext.cs
+++ b/Xamarin.Forms.Xaml/HydratationContext.cs
@@ -17,8 +17,8 @@ namespace Xamarin.Forms.Xaml
public HydratationContext ParentContext { get; set; }
- public BindableObject RootElement { get; set; }
-
public bool DoNotThrowOnExceptions { get; set; }
+
+ public object RootElement { get; set; }
}
-} \ No newline at end of file
+}