From e6d8fe77ee9ad8590d5cc3266a6537e8e23cd999 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 18 Oct 2016 20:35:57 +0000 Subject: [PATCH] Update standard to include new feature. --- CSCZ.Standard.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CSCZ.Standard.md b/CSCZ.Standard.md index 2ec221f..5d30dea 100644 --- a/CSCZ.Standard.md +++ b/CSCZ.Standard.md @@ -2,7 +2,7 @@ > The C♯ Class Generator -Version 0.4 +Version 0.5 ## Table of Contents [TOC] @@ -122,6 +122,7 @@ List carrotSizes Fields, upon code generation, can be converted into C# code in 2 ways: - Public variables + - Public [auto-properties](https://msdn.microsoft.com/en-GB/library/bb384054.aspx) - Private variables with public accessors The method that is used SHOULD be configurable by the user. For example, the official generator supports the command line flags `--public` and `--private`.