Show/Hide Toolbars

XSharp

Purpose

Syntax

#undef identifier

#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 or #ifndef  directive the expression will evaluate to true.