Skip to content

The property or indexer 'ItemTitleInfo.Language' cannot be used in this context because it lacks the get accessor #14

Closed
@palacex

Description

@palacex

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; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions