Click or drag to resize

RepositoryInstanceTKey, TValueContainer Property

The underlying dictionary holding keys/values

Namespace:  Crosser.Common.Utilities.Persistence
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public ConcurrentDictionary<TKey, TValue> Container { get; set; }

Property Value

Type: ConcurrentDictionaryTKey, TValue
See Also