Initializes a new instance of the Column class
Namespace: Lucene.Net.Analyzers.Shingle.MatrixAssembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)
Syntax
C# |
---|
public Column( Token token, Matrix enclosingInstance ) |
Visual Basic |
---|
Public Sub New ( _ token As Token, _ enclosingInstance As Matrix _ ) |
Visual C++ |
---|
public: Column( Token^ token, Matrix^ enclosingInstance ) |
Parameters
- token
- Type: Lucene.Net.Analysis..::..Token
[Missing <param name="token"/> documentation for "M:Lucene.Net.Analyzers.Shingle.Matrix.Column.#ctor(Lucene.Net.Analysis.Token,Lucene.Net.Analyzers.Shingle.Matrix.Matrix)"]
- enclosingInstance
- Type: Lucene.Net.Analyzers.Shingle.Matrix..::..Matrix
[Missing <param name="enclosingInstance"/> documentation for "M:Lucene.Net.Analyzers.Shingle.Matrix.Column.#ctor(Lucene.Net.Analysis.Token,Lucene.Net.Analyzers.Shingle.Matrix.Matrix)"]