Upac.GoogleSiteSearch.GoogleSiteSearch.Dispose C# (CSharp) Method

Dispose() public method

Disposes the Google SiteSearch query.
public Dispose ( ) : void
return void
        public virtual void Dispose()
        {
            if (this._results != null)
            {
                this._results.Clear();
                this._results = null;
            }
        }