Base interface for collections. .NET only.

Namespace:  proCube.Api
Assembly:  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

See Also