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