pMixins icon indicating copy to clipboard operation
pMixins copied to clipboard

Support C# Preprocessor Directives

Open naskovai opened this issue 10 years ago • 1 comments

An example scenario is when you want to have different access modifiers of a property depending on a predefined compilation symbol.

#if GenerateXmlSerializers
    public string ProxyAmount
#else
    internal string ProxyAmount
#endif

naskovai avatar Dec 17 '14 13:12 naskovai

Good idea!

ppittle avatar Dec 18 '14 09:12 ppittle