System.Deployment.Internal.Isolation.StoreCategoryInstanceEnumeration.GetCurrent C# (CSharp) Метод

GetCurrent() приватный Метод

private GetCurrent ( ) : STORE_CATEGORY_INSTANCE
Результат STORE_CATEGORY_INSTANCE
        private STORE_CATEGORY_INSTANCE GetCurrent()
        {
            if (!this._fValid)
            {
                throw new InvalidOperationException();
            }
            return this._current;
        }