mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-04-05 20:55:01 +08:00
make Bookmarks constructor public
This commit is contained in:
parent
2dabaf1348
commit
bd4eedfcac
@ -12,7 +12,10 @@ namespace UglyToad.PdfPig.Outline
|
||||
/// </summary>
|
||||
public IReadOnlyList<BookmarkNode> Roots { get; }
|
||||
|
||||
internal Bookmarks(IReadOnlyList<BookmarkNode> roots)
|
||||
/// <summary>
|
||||
/// Create a new <see cref="Bookmarks" />.
|
||||
/// </summary>
|
||||
public Bookmarks(IReadOnlyList<BookmarkNode> roots)
|
||||
{
|
||||
Roots = roots;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user