ICollection<(Of <(<'T>)>)> Interface
Defines methods to manipulate generic collections.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public interface ICollection<T> : IEnumerable<T>, IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Interface ICollection(Of T) _ Inherits IEnumerable(Of T), IBridgeClass
[ExternalAttribute] [NamespaceAttribute] generic<typename T> public interface class ICollection : IEnumerable<T>, IBridgeClass
Type Parameters
- T
- The type of the elements in the collection.