Show/Hide Toolbars

XSharp

Syntax

#undef identifier

Description

#undef lets you undefine a symbol, such that, by using the symbol as the expression in a #ifdef directive, the expression will evaluate to false or, in a #ifndef directive, the expression will evaluate to true.