21 IList innerList = base.InnerList;
24 if (item !=
null && item.Site !=
null && item.Site.Name !=
null &&
string.Equals(item.Site.Name, name,
StringComparison.OrdinalIgnoreCase))
50 base.InnerList.AddRange(components);
58 base.InnerList.CopyTo(array, index);
StringComparison
Specifies the culture, case, and sort rules to be used by certain overloads of the M:System....
Represents a non-generic collection of objects that can be individually accessed by index.
ComponentCollection(IComponent[] components)
Initializes a new instance of the T:System.ComponentModel.ComponentCollection class using the specifi...
Provides the abstract base class for a strongly typed non-generic read-only collection.
SecurityAction
Specifies the security actions that can be performed using declarative security.
void CopyTo(IComponent[] array, int index)
Copies the entire collection to an array, starting writing at the specified array index.
Provides functionality required by all components.
Provides a read-only container for a collection of T:System.ComponentModel.IComponent objects.