Lucene.Net.Index.BaseTermVectorsFormatTestCase.ValidOptions C# (CSharp) Метод

ValidOptions() защищенный Метод

protected ValidOptions ( ) : IEnumerable
Результат IEnumerable
        protected virtual IEnumerable<Options> ValidOptions()
        {
            return OptionsWrapper.GetAsEnumer();
        }

Same methods

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