コード例 #1
0
 public bool IsHigherPriority(SelectMgr_SortCriterion theOther)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public bool IsCloserDepth(SelectMgr_SortCriterion theOther)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 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();
 }