json クラス : TypeName ゲッタ

説明

型名を取得します。

構文

jsonInstance.TypeName

引数

無し。

返り値

クラス説明
string型名。

サンプルコード

1:

json jsonIns = new json();

2:

string typeName = jsonIns.TypeName;

注意

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

参照リンク

無し。

Copyright © Cooker All rights reserved.