Base interface for collections. .NET only.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public interface ICollection<T> : IArray<T>, IEnumerable<T>, IEnumerable |
| Visual Basic (Usage) |
|---|
Dim instance As ICollection(Of T) |
Type Parameters
- T