Upac.GoogleSiteSearch.GoogleSiteSearch.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

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