'宣言
Public Delegate Function _ArrayOptionConverterCallback(Of T)( _ ByVal json As JsonElement, _ ByVal option As JsonSerializerSettings _ ) As T
public delegate T _ArrayOptionConverterCallback<T>( JsonElement json, JsonSerializerSettings option )
パラメータ
- json
- option
型パラメータ
- T