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

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 List<Row> Rows { get; private set; }
Visual Basic
Public Property Rows As List(Of Row)
	Get
	Private Set
Visual C++
public:
property List<Row^>^ Rows {
	List<Row^>^ get ();
	private: void set (List<Row^>^ value);
}

See Also