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
In C#, instance fields (i.e. member variables) can be initialized where they are declared. Of course, they are also often set in the constructor. To avoid the necessity to look in both places to determine what the initial value of an instance field is, prefer initialization in constructors rather than where the fields are declared.
With the same rationale as our internal wiki. Possibly related to #36
The text was updated successfully, but these errors were encountered: