Lucene.Net.Index.TestDirectoryReader.IncThread.IncThread C# (CSharp) Метод

IncThread() приватный Метод

private IncThread ( IndexReader toInc, Random random ) : System
toInc IndexReader
random System.Random
Результат System
            internal IncThread(IndexReader toInc, Random random)
            {
                this.ToInc = toInc;
                this.Random = random;
            }
TestDirectoryReader.IncThread