Following is the syntax to create an alias for custom type. type aliasName = customType;. Where, type is a keyword to create an alias. The name of the alias is ...
確定! 回上一頁