[Missing <summary> documentation for "P:Lucene.Net.Index.IndexReader.hasChanges_ForNUnit"]

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public bool hasChanges_ForNUnit { get; }
Visual Basic
Public ReadOnly Property hasChanges_ForNUnit As Boolean
	Get
Visual C++
public:
property bool hasChanges_ForNUnit {
	bool get ();
}

See Also