环境VS.NET 2003  namespace MyWeb.Web.Modules.UrlRewriter
{
    using System;
    using System.Collections.Generic;    public class Settings
    {
public int cache = 0x400;
public List<Rule> rules = new List<Rule>(); }}public List<Rule> rules = new List<Rule>();这一行总是出以下错误,请高手指点.谢谢! error CS1519: 类、结构或接口成员声明中的标记“<”无效
 error CS1519: 类、结构或接口成员声明中的标记“>”无效
 error CS1519: 类、结构或接口成员声明中的标记“=”无效
 error CS1519: 类、结构或接口成员声明中的标记“<”无效
 error CS1519: 类、结构或接口成员声明中的标记“>”无效