|
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
)
Function GetImplementation (
some As Type
) As KeyValuePair(Of Type, CollectionImplementation)
Parameters
- some
- Type: SystemType
A collection interface type
Return Value
Type:
KeyValuePairType,
CollectionImplementationSee Also