ZeroInstall.Publish.ImplementationUtils.IsDownloadSizeMissing C# (CSharp) 메소드

IsDownloadSizeMissing() 개인적인 정적인 메소드

private static IsDownloadSizeMissing ( [ retrievalMethod ) : bool
retrievalMethod [
리턴 bool
        private static bool IsDownloadSizeMissing([NotNull] this RetrievalMethod retrievalMethod)
        {
            var downloadRetrievalMethod = retrievalMethod as DownloadRetrievalMethod;
            return downloadRetrievalMethod != null && downloadRetrievalMethod.Size == 0;
        }
        #endregion