public void Remove(SelectMgr_Filter aFilter) { throw new NotImplementedException(); }
public bool IsIn(SelectMgr_Filter aFilter) { throw new NotImplementedException(); }
public void Add(SelectMgr_Filter afilter) { throw new NotImplementedException(); }
public void Append(SelectMgr_Filter theItem) { throw new NotImplementedException(); }
public void SetValue(int theIndex, SelectMgr_Filter theItem) { throw new NotImplementedException(); }
public void InsertAfter(int theIndex, SelectMgr_Filter theItem) { throw new NotImplementedException(); }
public SelectMgr_Filter(SelectMgr_Filter parameter1) : base() { throw new NotImplementedException("Native class is abstract"); }