rice class : TypeName getter

Description

Gets the type name.

Syntax

riceInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

//anyRice is a instance of rice type.

string typeName = anyRice.TypeName;

Notes

This getter returns "rice".

Links for reference

None

Copyright © Rice All rights reserved.