Esempio n. 1
0
        internal ADEntriesSet(SearchResultCollection src, ADStoreCtx storeCtx)
        {
            GlobalDebug.WriteLineIf(GlobalDebug.Info, "ADEntriesSet", "Ctor");

            _searchResults = src;
            _storeCtx = storeCtx;
            _enumerator = src.GetEnumerator();
        }
Esempio n. 2
0
		internal ADEntriesSet(SearchResultCollection src, ADStoreCtx storeCtx)
		{
			this.searchResults = src;
			this.storeCtx = storeCtx;
			this.enumerator = src.GetEnumerator();
		}