Esempio n. 1
0
 /// <summary>
 /// Get any objects that cause the delegate function to return true
 /// </summary>
 public TabItem[] Get(GetTabItemHandler function)
 {
     return(null);
 }
Esempio n. 2
0
 /// <summary>
 /// Get any objects that cause the delegate function to return true
 /// </summary>
 public TabItem[] Get(GetTabItemHandler function)
 {
     return null;
 }
Esempio 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 void ForEach(GetTabItemHandler function)
 {
 }
Esempio 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 void ForEach(GetTabItemHandler function)
 {
 }