ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Editors Namespace / AlphabetReadingMapEntry Structure / AlphabetReadingMapEntry Constructor
The alphabet.
The reading.

In This Topic
    AlphabetReadingMapEntry Constructor
    In This Topic
    Initializes a new instance of the AlphabetReadingMapEntry struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal alphabet As Char, _
       ByVal reading As String _
    )
    public AlphabetReadingMapEntry( 
       char alphabet,
       string reading
    )

    Parameters

    alphabet
    The alphabet.
    reading
    The reading.
    See Also