c#类、结构或接口成员声明中的标记“(”无效
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespa...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text; namespace c_sharp__lagaguage_fims
{
class Program
{
static void Main(string[] args)
{
text c = new text(); {
} }
}
public class text
{
Console.WriteLine("a");这里提示错误 1 类、结构或接口成员声明中的标记“(”无效
}
} 展开
using System.Collections.Generic;
using System.Linq;
using System.Text; namespace c_sharp__lagaguage_fims
{
class Program
{
static void Main(string[] args)
{
text c = new text(); {
} }
}
public class text
{
Console.WriteLine("a");这里提示错误 1 类、结构或接口成员声明中的标记“(”无效
}
} 展开
1个回答
推荐于2018-04-15
展开全部
类是由方法成员,数据成员(变量、常量、属性、索引)等组成,并不包含类的行为!因为它是写在函数中! 方法(函数)的责任是用来实现类的行为,字段存储类的状态 。 而上面那句话(Console.WriteLine("a");)是实现这个类的行为,所以要写在方法中!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询