projects
/
platform
/
core
/
csapi
/
xsf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169daca
)
Revert "Add AllowMultiple=true to QueryPropertyAttribute (#5180)" (#5234)
author
Rui Marinho
<me@ruimarinho.net>
Wed, 13 Feb 2019 12:44:31 +0000
(12:44 +0000)
committer
GitHub
<noreply@github.com>
Wed, 13 Feb 2019 12:44:31 +0000
(12:44 +0000)
This reverts commit
169daca254a8191477326b95f2dca717e9f216e7
.
Xamarin.Forms.Core/Shell/QueryPropertyAttribute.cs
patch
|
blob
|
history
diff --git
a/Xamarin.Forms.Core/Shell/QueryPropertyAttribute.cs
b/Xamarin.Forms.Core/Shell/QueryPropertyAttribute.cs
index
7848a00
..
7aed986
100644
(file)
--- a/
Xamarin.Forms.Core/Shell/QueryPropertyAttribute.cs
+++ b/
Xamarin.Forms.Core/Shell/QueryPropertyAttribute.cs
@@
-2,7
+2,7
@@
namespace Xamarin.Forms
{
- [AttributeUsage(AttributeTargets.Class
, AllowMultiple = true
)]
+ [AttributeUsage(AttributeTargets.Class)]
public class QueryPropertyAttribute : Attribute
{
public string Name { get; }
@@
-14,4
+14,4
@@
namespace Xamarin.Forms
QueryId = queryId;
}
}
-}
+}
\ No newline at end of file