Ejemplo n.º 1
0
 /// <summary>
 /// Get any objects that cause the delegate function to return true
 /// </summary>
 public abstract Step[] Get(GetItemHandlerStep function);
Ejemplo n.º 2
0
 /// <summary>
 /// Get any objects that cause the delegate function to return true
 /// </summary>
 public abstract Step[] Get(GetItemHandlerStep function);
Ejemplo n.º 3
0
 /// <summary>
 /// Applies the action contained in a delegate function
 /// </summary>
 /// <param name="function">Delegate function with parameters for attribute and index</param>
 public abstract void ForEach(GetItemHandlerStep function);
Ejemplo n.º 4
0
 /// <summary>
 /// Applies the action contained in a delegate function
 /// </summary>
 /// <param name="function">Delegate function with parameters for attribute and index</param>
 public abstract void ForEach(GetItemHandlerStep function);