'Declaration
Public Overrides NotOverridable Function AddReply( _ ByVal text As String _ ) As ICommentThreaded
'Usage
Dim instance As ThreadedComment Dim text As String Dim value As ICommentThreaded value = instance.AddReply(text)
public override ICommentThreaded AddReply( string text )
Parameters
- text