I have a private readonly list of LinkLabels (IList). I later add LinkLabels to this list and add those
private readonly
LinkLabel
IList
How about this?
flPanel.Controls.AddRange(_list.OfType().ToArray());