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

GetCurrent() 개인적인 메소드

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