Lucene.Net.Index.TestStressIndexing2.IndexingThread.GetIdString C# (CSharp) Method

GetIdString() public method

public GetIdString ( ) : System.String
return System.String
			public virtual System.String GetIdString()
			{
				return System.Convert.ToString(base_Renamed + NextInt(range));
			}