[Missing <summary> documentation for "P:Lucene.Net.Analyzers.Shingle.Matrix.Column.IsFirst"]

Namespace: Lucene.Net.Analyzers.Shingle.Matrix
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public bool IsFirst { get; set; }
Visual Basic
Public Property IsFirst As Boolean
	Get
	Set
Visual C++
public:
property bool IsFirst {
	bool get ();
	void set (bool value);
}

See Also