Closed
Description
I can't get book language and annotation because get is private.
In previous version it was declared like {get; set; }
.
How can i get book language?
/src/FB2Library/HeaderItems/ItemTitleInfo.cs
/// <summary>
/// Book's annotation
/// </summary>
public AnnotationItem Annotation { set; private get; }
/// <summary>
/// Book's language
/// </summary>
public string Language { set; private get; }