System.Deployment.Internal.Isolation.StoreCategoryEnumeration.GetCurrent C# (CSharp) Méthode

GetCurrent() private méthode

private GetCurrent ( ) : STORE_CATEGORY
Résultat STORE_CATEGORY
        private STORE_CATEGORY GetCurrent()
        {
            if (!this._fValid)
            {
                throw new InvalidOperationException();
            }
            return this._current;
        }