'Declaration
Public Overridable Function AddReply( _ ByVal text As String _ ) As ICommentThreaded
'Usage
Dim instance As CommentBase Dim text As String Dim value As ICommentThreaded value = instance.AddReply(text)
public virtual ICommentThreaded AddReply( string text )
Parameters
- text