'Declaration
Public Sub WriteByteArray( _ ByVal fieldName As String, _ ByVal values As IList(Of Byte) _ )
'Usage
Dim instance As BinaryEncoder Dim fieldName As String Dim values As IList(Of Byte) instance.WriteByteArray(fieldName, values)
public void WriteByteArray( string fieldName, IList<byte> values )
public: void WriteByteArray( String^ fieldName, IList<byte>^ values )
Parameters
- fieldName
- values