ICollection Interface
Defines size, enumerators, and synchronization methods for all nongeneric collections.
Namespace:
System.CollectionsAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public interface ICollection : IEnumerable, IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Interface ICollection _ Inherits IEnumerable, IBridgeClass
[ExternalAttribute] [NamespaceAttribute] public interface class ICollection : IEnumerable, IBridgeClass