'Declaration
Public Function New( _ ByVal threadedComment As ICommentThreaded, _ ByVal text As String, _ ByVal action As ThreadedCommandAction _ )
'Usage
Dim threadedComment As ICommentThreaded Dim text As String Dim action As ThreadedCommandAction Dim instance As New ThreadedCommentCommand(threadedComment, text, action)
public ThreadedCommentCommand( ICommentThreaded threadedComment, string text, ThreadedCommandAction action )
Parameters
- threadedComment
- text
- the text of comment
- action