Update standard to include new feature.
This commit is contained in:
parent
bf104f717d
commit
e6d8fe77ee
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> The C♯ Class Generator
|
> The C♯ Class Generator
|
||||||
|
|
||||||
Version 0.4
|
Version 0.5
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
[TOC]
|
[TOC]
|
||||||
|
@ -122,6 +122,7 @@ List<int> carrotSizes
|
||||||
Fields, upon code generation, can be converted into C# code in 2 ways:
|
Fields, upon code generation, can be converted into C# code in 2 ways:
|
||||||
|
|
||||||
- Public variables
|
- Public variables
|
||||||
|
- Public [auto-properties](https://msdn.microsoft.com/en-GB/library/bb384054.aspx)
|
||||||
- Private variables with public accessors
|
- 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`.
|
The method that is used SHOULD be configurable by the user. For example, the official generator supports the command line flags `--public` and `--private`.
|
||||||
|
|
Loading…
Reference in a new issue