regex class : TypeName getter

Description

Gets the type name.

Syntax

regexInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

1:

regex pattern = new regex();

2:

string typeName = pattern.TypeName;

Notes

This getter returns "regex".

Links for reference

None.

Copyright © Cooker All rights reserved.