| SearchIndexGenerators Property |
[Missing <summary> documentation for "P:Activsoft.Search.SearchIndex.Generators"]
Namespace: Activsoft.SearchAssembly: Activsoft.Search (in Activsoft.Search.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, IDocumentGenerator> Generators { get; }Public ReadOnly Property Generators As Dictionary(Of String, IDocumentGenerator)
Get
public:
property Dictionary<String^, IDocumentGenerator^>^ Generators {
Dictionary<String^, IDocumentGenerator^>^ get ();
}member Generators : Dictionary<string, IDocumentGenerator> with get
Property Value
Type:
DictionaryString,
IDocumentGenerator
See Also