Version:
Interleave(System.Collections.Generic.IEnumerable<System.Web.UI.Control> controls, System.Func<System.Web.UI.Control> getSeparator) Method
Syntax
public
static
IEnumerable<System.Web.UI.Control> Interleave(IEnumerable<System.Web.UI.Control> controls, Func<System.Web.UI.Control> getSeparator)
Parameters
- controls
- Type: System.Collections.Generic.IEnumerable<System.Web.UI.Control>
- getSeparator
- Type: System.Func<System.Web.UI.Control>