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

GetCurrent() 개인적인 메소드

private GetCurrent ( ) : System.Deployment.Internal.Isolation.StoreOperationMetadataProperty
리턴 System.Deployment.Internal.Isolation.StoreOperationMetadataProperty
        private StoreOperationMetadataProperty GetCurrent()
        {
            if (!this._fValid)
            {
                throw new InvalidOperationException();
            }
            return this._current;
        }