PreprocessorSymbols
Gets the list of defined preprocessor symbols like DEBUG
, TRACE
, NET5_0_OR_GREATER
and so on.
Declaration
ImmutableHashSet<string> PreprocessorSymbols { get; }
Property Value
Type | Description |
---|---|
ImmutableHashSet<string> |
Gets the list of defined preprocessor symbols like DEBUG
, TRACE
, NET5_0_OR_GREATER
and so on.
ImmutableHashSet<string> PreprocessorSymbols { get; }
Type | Description |
---|---|
ImmutableHashSet<string> |