[Missing <summary> documentation for "P:Lucene.Net.Store.RAMDirectory.sizeInBytes_ForNUnitTest"]

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

Syntax

C#
public long sizeInBytes_ForNUnitTest { get; set; }
Visual Basic
Public Property sizeInBytes_ForNUnitTest As Long
	Get
	Set
Visual C++
public:
property long long sizeInBytes_ForNUnitTest {
	long long get ();
	void set (long long value);
}

See Also