BaseInheritDoc.ToString Method

Sandcastle XML Comments

Sandcastle XML Comments GuideBaseInheritDocToString 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: String
A string representing the object
See Also