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
Unlike Swift, C# lacks a String? type so there's no way to specify that a String property is optional. That implies the corollary - there's no way to specify one is mandatory either. Java has a similar issue so they have a @required annotation.
The text was updated successfully, but these errors were encountered:
Unlike Swift, C# lacks a
String?
type so there's no way to specify that a String property is optional. That implies the corollary - there's no way to specify one is mandatory either. Java has a similar issue so they have a@required
annotation.The text was updated successfully, but these errors were encountered: