public bool MoveNext()
 {
     System.Deployment.Internal.Isolation.STORE_CATEGORY_INSTANCE[] rgInstances = new System.Deployment.Internal.Isolation.STORE_CATEGORY_INSTANCE[1];
     uint num = this._enum.Next(1, rgInstances);
     if (num == 1)
     {
         this._current = rgInstances[0];
     }
     return (this._fValid = num == 1);
 }
Пример #2
0
        public bool MoveNext()
        {
            System.Deployment.Internal.Isolation.STORE_CATEGORY_INSTANCE[] rgInstances = new System.Deployment.Internal.Isolation.STORE_CATEGORY_INSTANCE[1];
            uint num = this._enum.Next(1, rgInstances);

            if (num == 1)
            {
                this._current = rgInstances[0];
            }
            return(this._fValid = num == 1);
        }