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
publicclassFoo{/// <summary>/// Initializes a new instance of the <see cref="Foo"/> class./// </summary>/// <param name="bar">The lorem ipsum.</param>publicFoo(intbar){this.Bar=bar;}/// <summary>/// Gets the lorem ipsum./// </summary>publicintBar{get;}}
There are also code gen opportunities when one is missing.
The text was updated successfully, but these errors were encountered:
There are also code gen opportunities when one is missing.
The text was updated successfully, but these errors were encountered: