Esempio n. 1
0
 public bool Find(int theKey, MAT_Node theValue)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public MAT_Node(MAT_Node parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public MAT_Node Bound(int theKey, MAT_Node theItem)
 {
     throw new NotImplementedException("Native class returns pointer to integer/double/handle.");
 }
Esempio n. 4
0
 public void SetFirstNode(MAT_Node aNode)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public MAT_Arc Neighbour(MAT_Node aNode, MAT_Side aSide)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public MAT_Node TheOtherNode(MAT_Node aNode)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public void SetNeighbour(MAT_Side aSide, MAT_Node aNode, MAT_Arc anArc)
 {
     throw new NotImplementedException();
 }