Navigation: X# Documentation > X# Language Reference > X# Preprocessor Directives
#undef
#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.