summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ConstraintTypeConverter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/ConstraintTypeConverter.cs')
-rw-r--r--Xamarin.Forms.Core/ConstraintTypeConverter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Core/ConstraintTypeConverter.cs b/Xamarin.Forms.Core/ConstraintTypeConverter.cs
index fb0be513..04f3519b 100644
--- a/Xamarin.Forms.Core/ConstraintTypeConverter.cs
+++ b/Xamarin.Forms.Core/ConstraintTypeConverter.cs
@@ -3,6 +3,7 @@ using System.Globalization;
namespace Xamarin.Forms
{
+ [Xaml.ProvideCompiled("Xamarin.Forms.Core.XamlC.ConstraintTypeConverter")]
public class ConstraintTypeConverter : TypeConverter
{
public override object ConvertFromInvariantString(string value)