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. |
Fields
| Improve this Doc View SourceType
The type of reading it is. For example, it could be Kunyomi.
Declaration
public readonly TType Type
Field Value
Type | Description |
---|---|
TType |
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 |