[Missing <summary> documentation for "T:Lucene.Net.Store.FSDirectory.FSIndexOutput"]

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

Syntax

C#
[ObsoleteAttribute("Use SimpleFSDirectory.SimpleFSIndexOutput instead ")]
protected internal class FSIndexOutput : SimpleFSDirectory..::..SimpleFSIndexOutput
Visual Basic
<ObsoleteAttribute("Use SimpleFSDirectory.SimpleFSIndexOutput instead ")> _
Protected Friend Class FSIndexOutput _
	Inherits SimpleFSDirectory..::..SimpleFSIndexOutput
Visual C++
[ObsoleteAttribute(L"Use SimpleFSDirectory.SimpleFSIndexOutput instead ")]
protected public ref class FSIndexOutput : public SimpleFSDirectory..::..SimpleFSIndexOutput

Inheritance Hierarchy

See Also