Class ConfigurationKey<T>
An instance of this class represents a key that is used to retrieve a value from AbstractQueryConfig. It also holds the value's type, which is defined in the generic argument.
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Core.Config
Assembly: Lucene.Net.QueryParser.dll
Syntax
public sealed class ConfigurationKey<T> : ConfigurationKey
Type Parameters
Name | Description |
---|---|
T | the value's type |