jsonnull クラス : TypeName ゲッタ

説明

型名を取得します。

構文

jsonnullInstance.TypeName

引数

無し。

返り値

クラス説明
string型名。

サンプルコード

1:

jsonnull jsn = new jsonnull();

2:

string typeName = jsn.TypeName; // "jsonnull"

注意

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

参照リンク

無し。

Copyright © Cooker All rights reserved.