Lucene.Net.Index.BaseTermVectorsFormatTestCase.ValidOptions C# (CSharp) Method

ValidOptions() protected method

protected ValidOptions ( ) : IEnumerable
return IEnumerable
        protected virtual IEnumerable<Options> ValidOptions()
        {
            return OptionsWrapper.GetAsEnumer();
        }

Same methods

BaseTermVectorsFormatTestCase::ValidOptions ( Options startInc, Options endInc ) : IEnumerable