CollectionDebugViewT Constructor

Creates a new instance of CollectionDebugView

Definition

Namespace: KGySoft.Diagnostics
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.1.0
C#
public CollectionDebugView(
	ICollection<T> collection
)

Parameters

collection  ICollectionT
The collection to provide the view for.

See Also