バージョン

JsonFromIEnumerable メソッド

IEnumerable オブジェクトを JSON へシリアル化します。
シンタックス
'宣言
 
Protected Overridable Function JsonFromIEnumerable( _
   ByVal a As System.Collections.IEnumerable _
) As System.String
protected virtual System.string JsonFromIEnumerable( 
   System.Collections.IEnumerable a
)

パラメータ

a
シリアル化される IEnumerable オブジェクト。

戻り値の型

シリアル化の結果。
解説
IEnumerable のすべてのオブジェクトは、JsonFromObject メソッドを使用して再帰的に JSON へシリアル化されます。
参照

オンラインで表示: GitHub