public bool IsHigherPriority(SelectMgr_SortCriterion theOther)
 {
     throw new NotImplementedException();
 }
 public bool IsCloserDepth(SelectMgr_SortCriterion theOther)
 {
     throw new NotImplementedException();
 }
 public SelectMgr_SortCriterion(SelectMgr_SortCriterion parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Substitute(int theIndex, SelectMgr_EntityOwner theKey1, SelectMgr_SortCriterion theItem)
 {
     throw new NotImplementedException();
 }
 public int Add(SelectMgr_EntityOwner theKey1, SelectMgr_SortCriterion theItem)
 {
     throw new NotImplementedException();
 }
 public bool FindFromKey(SelectMgr_EntityOwner theKey1, SelectMgr_SortCriterion theValue)
 {
     throw new NotImplementedException();
 }