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
public Model Create(){returnnew Model //return new Model(}
public Model Create(){returnnew Model //return new Model({Condition=default,Number=default,Text=default}}
GenericName with TypeArgumentList:
publicValueTuple<int,bool,string>Create(){returnnewValueTuple<int,bool,string>//return new ValueTuple<int, bool, string>(}
publicValueTuple<int,bool,string>Create(){returnnewValueTuple<int,bool,string>//return new ValueTuple<int, bool, string>({Item1=default,Item2=default,Item3=default}}
Should also work for IErrorTypeSymbol and create an empty object initializer,
when the Type does not exist (yet), or a using directive is missing.
without ArgumentList / OpenParenToken only
GenericName with TypeArgumentList:
Should also work for
IErrorTypeSymbol
and create an empty object initializer,when the Type does not exist (yet), or a using directive is missing.
See also #53
The text was updated successfully, but these errors were encountered: