match class : TypeName getter

Description

Gets a type name.

Syntax

matchInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

1:

match mat = new match();

2:

string typeName = mat.TypeName;

Notes

This getter returns "match".

Links for reference

None.

Copyright © Cooker All rights reserved.