Documents
The Documents class provides a collection of DocumentOptions indexed by a string key, extending the functionality of BaseIndexer.
Properties
| Name | Description |
|---|---|
| this[TKey key] | Gets or sets the value associated with the specified key in the dictionary. |
Constructors
| Name | Description |
|---|---|
| BaseIndexer(dictionaryName, dictionary) | Initializes a new instance of the BaseIndexer<TKey, TValue> class with a specified dictionary name and dictionary. |
| Documents(dictionary) | Initializes a new instance of the Documents class with a specified dictionary of document options. |
Generic Types
| Name | Description |
|---|---|
| TValue | Value type of the dictionary. |
| TKey | Key type of the dictionary. |