public decimal Lenth
        {
            get
            {
                return decimal.op_Increment(this.Percentage * Convert.ToDecimal((double)4.2));//这里提示
            }
        }        private void op_Increment(decimal p)
        {
            throw new NotImplementedException();
        }        private object Increment(decimal p)
        {
            throw new NotImplementedException();
        }C#