cscz - The C# Class Generator, {version} By Starbeamrainbowlabs (@SBRLabs) Built from https://git.starbeamrainbowlabs.com/sbrl/cscz/ Usage: cat filename | ./cscz Options: Argument Meaning ------------------------------------------------------------------------------- --public Generates public data members for the class fields. This is the default. --private Generates private data members with public accessors for the class fields. --public-auto Generates public auto properties for the class fields. Note that arguments specified later always override arguments specified earlier. Examples: cat MyDef.cscz | ./cscz tee | ./cscz >Carrot.cs