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