[Missing <summary> documentation for "M:Lucene.Net.Index.IndexCommit.IsDeleted"]

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

Syntax

C#
public abstract bool IsDeleted()
Visual Basic
Public MustOverride Function IsDeleted As Boolean
Visual C++
public:
virtual bool IsDeleted() abstract

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.IndexCommit.IsDeleted"]

See Also