using System;
using System.Collections.Generic;
using System.Text;
namespace HowTo
{
class Variables
{
private List<recMessage> = new List<recMessage>();
}
}
Error 1 Invalid token '=' in class, struct, or interface member declaration G:\GPRS\How-To Using the Comm Port_CS\How-To Using the Comm Port_CS\Variables.cs 9 34 How-To Using the Comm Port_CS
这个错误来自哪里?我已经做了十几次没有这个问题。