What does 'GET OR SET ACCESSOR EXPECTED' mean?

后端 未结 2 530
遥遥无期
遥遥无期 2020-12-20 12:09
using System; 
using System.Collections.Generic; 
using System.Linq; 
using System.Web; 
using System.Web.UI; 
using System.Web.UI.WebControls; 
using System.Data; 
         


        
2条回答
  •  遥遥无期
    2020-12-20 12:41

    Parentheses is required to differentiate a method from a property that requires the get/set syntax

提交回复
热议问题