Click or drag to resize

ICollectionChangeTrackingConfigurationGetImplementation Method

Gets configured collection type implementation for a given collection interface

Namespace:  TrackerDog.Configuration
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
KeyValuePair<Type, CollectionImplementation> GetImplementation(
	Type some
)

Parameters

some
Type: SystemType
A collection interface type

Return Value

Type: KeyValuePairType, CollectionImplementation
See Also