BEncodeLib.TorrentFile.AssertIsSingleFile C# (CSharp) Метод

AssertIsSingleFile() приватный Метод

private AssertIsSingleFile ( ) : bool
Результат bool
        private bool AssertIsSingleFile()
        {
            if (IsMultiFile)
                throw new InvalidOperationException("Not available on torrents with multiple files.");

            return true;
        }