'Declaration Protected Function New( _
ByVal ownerThe comment owner.As CommentCollection, _
ByVal sourceThe comment source.As System.Object _
)
protected Comment(
CommentCollection owner,
System.Object source
)
protected: Comment(
CommentCollection* owner,
System.Object source
)
protected:
Comment(
CommentCollection^ owner,
System.Object source
)
Parameters
- owner
- The comment owner.
- source
- The comment source.