Exemplo n.º 1
0
 //setter for the method:
 public void setMethod(IElementFunc <T> input)
 {
     _givenFunction = input;
 }
Exemplo n.º 2
0
 //ctors:
 public GenericElementContainerInterface(IElementFunc <T> givenFunction) : base()
 {
     _givenFunction = givenFunction;
 }