Class ConcurrentHashMapWrapper<TKey, TValue>
Inheritance
System.Object
ConcurrentHashMapWrapper<TKey, TValue>
Assembly: DistributedLucene.Net.dll
Syntax
public class ConcurrentHashMapWrapper<TKey, TValue> : IDictionary<TKey, TValue>
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Constructors
Name | Description |
---|---|
ConcurrentHashMapWrapper(IDictionary<TKey, TValue>) |
Properties
Name | Description |
---|---|
Count | |
IsReadOnly | |
Item[TKey] | |
Keys | |
Values |