list class : TypeName getter

Description

Gets the type name.

Syntax

listInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

//anyList is a instance of list type.

string typeName = anyList.TypeName;

Notes

None

Links for reference

None

Copyright © Rice All rights reserved.