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

RandomOptions() protected method

protected RandomOptions ( ) : Options
return Options
        protected internal virtual Options RandomOptions()
        {
            return RandomInts.RandomFrom(Random(), new List<Options>(ValidOptions()));
        }