Numeric_Value property

int get Numeric_Value

Implementation

int get Numeric_Value => this.Anonymous.Numeric_Value;
set Numeric_Value (int value)

Implementation

set Numeric_Value(int value) => this.Anonymous.Numeric_Value = value;