Class IndexPopulator<TIndex>
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public abstract class IndexPopulator<TIndex> : IndexPopulator, IIndexPopulator where TIndex : IIndex
Type Parameters
Methods
IsRegistered(TIndex)
Declaration
public virtual bool IsRegistered(TIndex index)
Parameters
Type |
Name |
Description |
TIndex |
index |
|
Returns
Type |
Description |
System.Boolean |
|
IsRegistered(IIndex)
Declaration
public override bool IsRegistered(IIndex index)
Parameters
Type |
Name |
Description |
IIndex |
index |
|
Returns
Type |
Description |
System.Boolean |
|