Click or drag to resize

CollectionImplementation Constructor

Default constructor

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public CollectionImplementation(
	Type type,
	Type changeInterceptorType
)

Parameters

type
Type: SystemType
The collection implementation type
changeInterceptorType
Type: SystemType
The collection change interceptor implementation type
See Also