You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an integer public int[] array {get; set;}.
I have used Maximum and Minimum length to specify a range for the array. I want to specify the same for the integer stored in the array
What code or approach do you have so far?
[Minimum(0), Maximum(100)]
public int[] array {get; set;}
Additional context
No response
The text was updated successfully, but these errors were encountered:
What are you wanting to achieve?
I have an integer public int[] array {get; set;}.
I have used Maximum and Minimum length to specify a range for the array. I want to specify the same for the integer stored in the array
What code or approach do you have so far?
[Minimum(0), Maximum(100)]
public int[] array {get; set;}
Additional context
No response
The text was updated successfully, but these errors were encountered: