From 7342f3a51043be48e45d14a8c0fa54bd8db9b43e Mon Sep 17 00:00:00 2001 From: Zbginiew Dobras Date: Tue, 31 Jul 2018 15:33:55 +0200 Subject: [PATCH] RequiredAttribute reference update --- .../ref/System.ComponentModel.Annotations.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.cs b/src/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.cs index 52a440c34a4b..163cf769f8b2 100644 --- a/src/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.cs +++ b/src/System.ComponentModel.Annotations/ref/System.ComponentModel.Annotations.cs @@ -226,6 +226,7 @@ public partial class RequiredAttribute : System.ComponentModel.DataAnnotations.V { public RequiredAttribute() { } public bool AllowEmptyStrings { get { throw null; } set { } } + public bool AllowEmptyCollections { get { throw null; } set { } } public override bool IsValid(object value) { throw null; } } [System.AttributeUsageAttribute((System.AttributeTargets)(384), AllowMultiple = false)]