示例#1
0
文件: PBSType.g.cs 项目: yungtau/oea
 public void Insert(int index, PBSType entity)
 {
     base.Insert(index, entity);
 }
示例#2
0
文件: PBSType.g.cs 项目: yungtau/oea
 public int IndexOf(PBSType entity)
 {
     return(base.IndexOf(entity));
 }
示例#3
0
文件: PBSType.g.cs 项目: yungtau/oea
 public void Add(PBSType entity)
 {
     base.Add(entity);
 }
示例#4
0
文件: PBSType.g.cs 项目: yungtau/oea
 public bool Contains(PBSType entity)
 {
     return(base.Contains(entity));
 }
示例#5
0
文件: PBSType.g.cs 项目: yungtau/oea
 public bool Remove(PBSType entity)
 {
     return(base.Remove(entity));
 }