Search Results for

    Show / Hide Table of Contents

    Class Reading<TType>

    A reading (pronunciation) of a character.

    Inheritance
    System.Object
    Reading<TType>
    Namespace: Romanization
    Assembly: Romanization.NET.dll
    Syntax
    public class Reading<TType> : object where TType : Enum
    Type Parameters
    Name Description
    TType

    The reading type enum to use, which contains all supported readings for a given language or system.
    For example, Japanese.KanjiReadings.ReadingTypes.

    Fields

    | Improve this Doc View Source

    Type

    The type of reading it is. For example, it could be Kunyomi.

    Declaration
    public readonly TType Type
    Field Value
    Type Description
    TType
    | Improve this Doc View Source

    Value

    The reading itself - a romanized string representing how a character should be pronounced.

    Declaration
    public readonly string Value
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Romanization.NET