|
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
)
Public Sub New (
type As Type,
changeInterceptorType As Type
)
Parameters
- type
- Type: SystemType
The collection implementation type - changeInterceptorType
- Type: SystemType
The collection change interceptor implementation type
See Also