summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ParameterAttribute.cs
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-09-15 15:10:57 +0200
committerJason Smith <jason.smith@xamarin.com>2016-09-26 13:31:41 -0700
commita32b417811710844a9a82b3ed12aa6263e3dd599 (patch)
treebd3c6ebeb772f8b0178d8ad675966568ac0b463d /Xamarin.Forms.Core/ParameterAttribute.cs
parent81ad9e83418ccfbf53ec59504f32d490144b9800 (diff)
downloadxamarin-forms-a32b417811710844a9a82b3ed12aa6263e3dd599.tar.gz
xamarin-forms-a32b417811710844a9a82b3ed12aa6263e3dd599.tar.bz2
xamarin-forms-a32b417811710844a9a82b3ed12aa6263e3dd599.zip
[XamlC] Compiled converters
Diffstat (limited to 'Xamarin.Forms.Core/ParameterAttribute.cs')
-rw-r--r--Xamarin.Forms.Core/ParameterAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Core/ParameterAttribute.cs b/Xamarin.Forms.Core/ParameterAttribute.cs
index d8a07267..629a454f 100644
--- a/Xamarin.Forms.Core/ParameterAttribute.cs
+++ b/Xamarin.Forms.Core/ParameterAttribute.cs
@@ -10,6 +10,6 @@ namespace Xamarin.Forms
Name = name;
}
- public string Name { get; set; }
+ public string Name { get; }
}
} \ No newline at end of file