Create set from a Collection of char[] or String
Namespace: Lucene.Net.AnalysisAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public CharArraySet( ICollection c, bool ignoreCase ) |
Visual Basic |
---|
Public Sub New ( _ c As ICollection, _ ignoreCase As Boolean _ ) |
Visual C++ |
---|
public: CharArraySet( ICollection^ c, bool ignoreCase ) |
Parameters
- c
- Type: System.Collections..::..ICollection
[Missing <param name="c"/> documentation for "M:Lucene.Net.Analysis.CharArraySet.#ctor(System.Collections.ICollection,System.Boolean)"]
- ignoreCase
- Type: System..::..Boolean
[Missing <param name="ignoreCase"/> documentation for "M:Lucene.Net.Analysis.CharArraySet.#ctor(System.Collections.ICollection,System.Boolean)"]