Method SetTaxonomyReader
SetTaxonomyReader(TaxonomyReader)
Set the taxonomy reader. Takes ownership of that taxonomy reader, that is, internally performs taxoReader.IncRef() (If caller no longer needs that reader it should DecRef()/Dispose() it after calling this method, otherwise, the reader will remain open).
Declaration
public virtual void SetTaxonomyReader(TaxonomyReader taxoReader)
Parameters
Type | Name | Description |
---|---|---|
TaxonomyReader | taxoReader | The taxonomy reader to set. |