'Declaration
<__DynamicallyInvokableAttribute()> Public Overridable Function WriteCDataAsync( _ ByVal text As System.String _ ) As System.Threading.Tasks.Task
'Usage
Dim instance As NXmlNodeWriter Dim text As System.String Dim value As System.Threading.Tasks.Task value = instance.WriteCDataAsync(text)
[__DynamicallyInvokable()] public virtual System.Threading.Tasks.Task WriteCDataAsync( System.string text )
Parameters
- text