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;
        }