'Declaration
Public Sub WriteEncodeableArray( _ ByVal fieldName As String, _ ByVal values As IList(Of IEncodeable), _ ByVal systemType As Type _ )
'Usage
Dim instance As JsonEncoder Dim fieldName As String Dim values As IList(Of IEncodeable) Dim systemType As Type instance.WriteEncodeableArray(fieldName, values, systemType)
public void WriteEncodeableArray( string fieldName, IList<IEncodeable> values, Type systemType )
public: void WriteEncodeableArray( String^ fieldName, IList<IEncodeable^>^ values, Type^ systemType )
Parameters
- fieldName
- values
- systemType