Lucene.Net.Index.DocumentsWriter.DocState.TestPoint C# (CSharp) 메소드

TestPoint() 공개 메소드

public TestPoint ( System name ) : bool
name System
리턴 bool
			public bool TestPoint(System.String name)
			{
				return docWriter.writer.TestPoint(name);
			}
DocumentsWriter.DocState