[Missing <summary> documentation for "M:Lucene.Net.Store.FSDirectory.GetFile"]

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

Syntax

C#
[ObsoleteAttribute("A DirectoryInfo is more appropriate, however this is here for backwards compatibility. This will be removed in the 3.0 release")]
public virtual FileInfo GetFile()
Visual Basic
<ObsoleteAttribute("A DirectoryInfo is more appropriate, however this is here for backwards compatibility. This will be removed in the 3.0 release")> _
Public Overridable Function GetFile As FileInfo
Visual C++
[ObsoleteAttribute(L"A DirectoryInfo is more appropriate, however this is here for backwards compatibility. This will be removed in the 3.0 release")]
public:
virtual FileInfo^ GetFile()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Store.FSDirectory.GetFile"]

See Also