Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Support C# Preprocessor Directives #34

Open
naskovai opened this issue Dec 17, 2014 · 1 comment
Open

Support C# Preprocessor Directives #34

naskovai opened this issue Dec 17, 2014 · 1 comment

Comments

@naskovai
Copy link

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
@ppittle
Copy link
Owner

ppittle commented Dec 18, 2014

Good idea!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants