Derived Class With Inherited DocsOverloaded Method(String, String) Method
This overloaded method does something
Definition
Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public void OverloadedMethod(
string p1,
string p2
)VB
Public Sub OverloadedMethod (
p1 As String,
p2 As String
)C++
public:
void OverloadedMethod(
String^ p1,
String^ p2
)F#
member OverloadedMethod :
p1 : string *
p2 : string -> unit