Argentini.Halide.H3Search.H3Search C# (CSharp) Method

H3Search() public method

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.
return System
        public H3Search(bool ignoreNoiseWords)
        {
            _ignoreNoiseWords = ignoreNoiseWords;
        }

Same methods

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