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