'Declaration
<__DynamicallyInvokableAttribute()> Public Overridable Function WriteCommentAsync( _ 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.WriteCommentAsync(text)
[__DynamicallyInvokable()] public virtual System.Threading.Tasks.Task WriteCommentAsync( System.string text )
Parameters
- text