System.Deployment.Internal.Isolation.StoreCategoryInstanceEnumeration.GetCurrent C# (CSharp) Method

GetCurrent() private method

private GetCurrent ( ) : STORE_CATEGORY_INSTANCE
return STORE_CATEGORY_INSTANCE
        private STORE_CATEGORY_INSTANCE GetCurrent()
        {
            if (!this._fValid)
            {
                throw new InvalidOperationException();
            }
            return this._current;
        }