'Declaration
<__DynamicallyInvokableAttribute()> Public Overridable Function WriteBinHexAsync( _ ByVal buffer() As System.Byte, _ ByVal index As System.Integer, _ ByVal count As System.Integer _ ) As System.Threading.Tasks.Task
'Usage
Dim instance As NXmlNodeWriter Dim buffer() As System.Byte Dim index As System.Integer Dim count As System.Integer Dim value As System.Threading.Tasks.Task value = instance.WriteBinHexAsync(buffer, index, count)
Parameters
- buffer
- index
- count