バージョン

JsonFromModelStore メソッド (ModelBase)

内部モデル ストアを JSON へシリアル化します。
シンタックス
'宣言
 
Protected Overridable Function JsonFromModelStore( _
   ByVal store As System.Collections.Generic.IDictionary(Of String,Object) _
) As System.String
protected virtual System.string JsonFromModelStore( 
   System.Collections.Generic.IDictionary<string,object> store
)

パラメータ

store
モデル ストア。

戻り値の型

シリアル化の結果。
参照

オンラインで表示: GitHub