match class : TypeName getter
Description
Gets a type name.
Syntax
matchInstance.TypeName
Arguments
None
Return value
Class | Description |
string | The type name. |
Sample code
1: | match mat = new match(); |
2: | string typeName = mat.TypeName; |
Notes
This getter returns "match".
Links for reference
None.