switch class : TypeName getter

Description

Returns the type name.

Syntax

instance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

1:

switch instance = new switch();

2:

string typename = instance.TypeName;

Notes

Returns "switch".

Links for reference

None

Copyright © Cooker All rights reserved.