KayaDoc::TypeSynonym
Constructors
- TypeSynonym(String alias,String meaning)
Usage
A type synonym. For example,
type MyDB = DBHandle;
will be represented using this type as:
TypeSynonym("MyDB","DBHandle");
A type synonym. For example,
type MyDB = DBHandle;
will be represented using this type as:
TypeSynonym("MyDB","DBHandle");