SenseNet.Search.SearchResult.SearchResult C# (CSharp) Метод

SearchResult() статический приватный Метод

static private SearchResult ( ) : System
Результат System
        static SearchResult()
        {
            Empty = new SearchResult(null) { searches = 0 };
        }

Same methods

SearchResult::SearchResult ( Stopwatch timer ) : System