バージョン

ArraysToJSON メソッド

オブジェクトの配列のリストを JsonResult に変換します
シンタックス
'宣言
 
Public Shared Function ArraysToJSON( _
   ByVal records As System.Collections.Generic.List(Of Object()) _
) As LargeJsonResult
public static LargeJsonResult ArraysToJSON( 
   System.Collections.Generic.List<object[]> records
)

パラメータ

records
参照

オンラインで表示: GitHub