上古卷轴5恶魔弓代码:关于xPath查询(这段代码是做什么的?)

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/03 12:25:24
[SoapType(TypeName="StudentType",Namespace="urn:myweb")]
public Class Student{
public int studentid;
public string Name;
[SoapIgnore()]
public string Department
}
这段代码是做什么的?

定义了一个公共类型的集合体变量