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