Revert "Add AllowMultiple=true to QueryPropertyAttribute (#5180)" (#5234)
authorRui Marinho <me@ruimarinho.net>
Wed, 13 Feb 2019 12:44:31 +0000 (12:44 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Feb 2019 12:44:31 +0000 (12:44 +0000)
This reverts commit 169daca254a8191477326b95f2dca717e9f216e7.

Xamarin.Forms.Core/Shell/QueryPropertyAttribute.cs

index 7848a00..7aed986 100644 (file)
@@ -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