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