stack class : TypeName getter
Description
Gets the type name.
Syntax
stackInstance.TypeName
Arguments
None
Return value
| Class | Description |
| string | The type name. |
Sample code
//anyStack is a instance of stack type.
string typeName = anyStack.TypeName;
Notes
None
Links for reference
None


