System.Deployment.Internal.Isolation.StoreCategoryEnumeration.GetCurrent C# (CSharp) 메소드

GetCurrent() 개인적인 메소드

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