<PackageReference Include="Microsoft.CSharp" Version="4.6.0-preview3.19128.7" />
CONSTVAL
public char cVal {
get; }
public decimal decVal {
get;
set; }
public int iVal {
get;
set; }
public string strVal {
get;
set; }
public uint uiVal {
get;
set; }