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
Because RegexOptions members (e.g. RegexOptions.None) aren't currently compile time constants they cannot be used as function default parameters. They should probably be made simple integer constants and an implicit cast from integers should be provided.
The text was updated successfully, but these errors were encountered:
Because RegexOptions members (e.g. RegexOptions.None) aren't currently compile time constants they cannot be used as function default parameters. They should probably be made simple integer constants and an implicit cast from integers should be provided.
The text was updated successfully, but these errors were encountered: