Argentini.Halide.H3Search.H3Search C# (CSharp) Méthode

H3Search() public méthode

Constructor without any search terms specified.
public H3Search ( bool ignoreNoiseWords ) : System
ignoreNoiseWords bool Ignore common noise words like prepositions. Does not apply to quoted phrases.
Résultat System
        public H3Search(bool ignoreNoiseWords)
        {
            _ignoreNoiseWords = ignoreNoiseWords;
        }

Same methods

H3Search::H3Search ( string searchTerms, bool ignoreNoiseWords ) : System