Skip to content

Commit

Permalink
RequiredAttribute reference update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zbginiew Dobras committed Jul 31, 2018
1 parent 7da6751 commit 7342f3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 7342f3a

Please sign in to comment.