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