Пример #1
0
            public bool MoveNext()
            {
                bool flag = _enumerator.HasMoreElements();

                if (flag)
                {
                    _currentCookie = (nsICookie2)_enumerator.GetNext();
                }
                return(flag);
            }
 internal Cookie(nsICookie2 cookie)
 {
     _cookie = cookie;
 }
 internal Cookie(nsICookie2 cookie)
 {
     _cookie = cookie;
 }