Skip to content

VarModifiers

constoptionalboolean

Constant variable. Add the const modifier.

usingoptionalboolean

Disposable variable. Add the using modifier.