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

GetCurrent() private method

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