Ejemplo n.º 1
0
 public ISFT Match(string @string)
 {
     return(SFTContainer.Match(@string));
 }
Ejemplo n.º 2
0
 public ISFT Match(ISFT isft)
 {
     return(SFTContainer.Match(isft));
 }
Ejemplo n.º 3
0
 public ISFT Match(int key)
 {
     return(SFTContainer.Match(key));
 }
Ejemplo n.º 4
0
 public ISFT NextItem()
 {
     return(SFTContainer.Match(SFTEntityInstance.Key + 1));
 }