BEncodeLib.TorrentFile.TorrentFileFileEntry.TorrentFileFileEntry C# (CSharp) 메소드

TorrentFileFileEntry() 공개 메소드

public TorrentFileFileEntry ( long fileSize, IList path ) : System
fileSize long
path IList
리턴 System
            public TorrentFileFileEntry(long fileSize, IList<string> path)
            {
                FileSize = fileSize;
                Path = path;
            }
TorrentFile.TorrentFileFileEntry