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

GetCurrent() private méthode

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