Click or drag to resize

DocCodeAdd Method

Overload List
  NameDescription
Public methodAdd(String)
Add the specified text to the documentation comment.
(Inherited from DocComment.)
Public methodAdd(CodeObject)
Add a CodeObject to the embedded code Block.
Public methodAdd(CodeObject)
Add multiple CodeObjects to the embedded code Block.
Public methodAdd(DocComment)
Add the specified child DocComment to the documentation comment.
(Inherited from DocComment.)
Public methodAdd(DocComment)
Add the specified DocComments to the documentation comment.
(Inherited from DocComment.)
Top
See Also