Editorconfig Guide

Generate your .editorconfig file with ease.

Preferred modifier order

visual-basic-preferred-modifier-order

Default value:

Partial, Default, Private, Protected, Public, Friend, NotOverridable, Overridable, MustOverride, Overloads, Overrides, MustInherit, NotInheritable, Static, Shared, Shadows, ReadOnly, WriteOnly, Dim, Const, WithEvents, Widening, Narrowing, Custom, Async

Possible values:

  • Partial
  • Default
  • Private
  • Protected
  • Public
  • Friend
  • NotOverridable
  • Overridable
  • MustOverride
  • Overloads
  • Overrides
  • MustInherit
  • NotInheritable
  • Static
  • Shared
  • Shadows
  • ReadOnly
  • WriteOnly
  • Dim
  • Const
  • WithEvents
  • Widening
  • Narrowing
  • Custom
  • Async

Examples