SearchLib.Search.IndexQuery.IndexQuery C# (CSharp) Метод

IndexQuery() защищенный Метод

protected IndexQuery ( string indexLocation ) : System
indexLocation string
Результат System
        protected IndexQuery(string indexLocation)
        {
            _location = indexLocation;
        }