Class DictionaryExtensions
Inheritance
System.Object
DictionaryExtensions
Assembly: DistributedLucene.Net.dll
Syntax
public static class DictionaryExtensions : object
Methods
Name | Description |
---|---|
EntrySet<TKey, TValue>(IDictionary<TKey, TValue>) | |
Load(IDictionary<String, String>, Stream) | Loads properties from the specified |
Put<TKey, TValue>(IDictionary<TKey, TValue>, TKey, TValue) | |
PutAll<TKey, TValue>(IDictionary<TKey, TValue>, IEnumerable<KeyValuePair<TKey, TValue>>) | |
Store(IDictionary<String, String>, Stream, String) | Stores the mappings in this Properties to the specified
|