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

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

Syntax

C#
[ObsoleteAttribute("Use SimpleFSDirectory.SimpleFSIndexInput instead ")]
public class FSIndexInput : SimpleFSDirectory..::..SimpleFSIndexInput
Visual Basic
<ObsoleteAttribute("Use SimpleFSDirectory.SimpleFSIndexInput instead ")> _
Public Class FSIndexInput _
	Inherits SimpleFSDirectory..::..SimpleFSIndexInput
Visual C++
[ObsoleteAttribute(L"Use SimpleFSDirectory.SimpleFSIndexInput instead ")]
public ref class FSIndexInput : public SimpleFSDirectory..::..SimpleFSIndexInput

Inheritance Hierarchy

See Also