Object creation type style

EditorConfig key: roslynator-object-creation-type-style

Object creation type style

roslynator-object-creation-type-style

When to specify the type in object creation expressions (target-typed new).

Default value:

explicit

Possible values:

  • explicit
  • implicit
  • implicit_when_type_is_obvious

Examples