Represents a strongly typed collection of objects.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public class BCCollection<T> : BCCollectionBase<T>
where T : DisposableObject
Visual Basic
Public Class BCCollection(Of T As DisposableObject) _
	Inherits BCCollectionBase(Of T)
Visual C++
generic<typename T>
where T : DisposableObject
public ref class BCCollection : public BCCollectionBase<T>

Type Parameters

T
The type of elements in the collection.

Inheritance Hierarchy

See Also