Sandcastle XML Comments Guide
BaseInheritDocToString Method |
The ToString implementation for BaseInheritDoc
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public override string ToString()
Public Overrides Function ToString As String
public: virtual String^ ToString() override
abstract ToString : unit -> string override ToString : unit -> string
Return Value
Type: StringA string representing the object
See Also