rice クラス : TypeName ゲッタ

説明

型名を取得します。

構文

riceInstance.TypeName

引数

無し

返り値

クラス説明
string型名。

サンプルコード

//anyRiceはrice型のインスタンス.

string typeName = anyRice.TypeName;

注意

このゲッターは"rice"を返します。

参照リンク

無し

Copyright © Rice All rights reserved.