Click or drag to resize

DocCommentContent Property

The content of the documentation comment - can be a simple string, a ChildList of DocComment objects, or a sub-tree of embedded code objects.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Object Content { get; set; }

Property Value

Type: Object
See Also