Derived Class With Inherited DocsOverloaded Method(String, Int 32) Method
There are three overloads for this method.
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,
int x
)VB
Public Sub OverloadedMethod (
p1 As String,
x As Integer
)C++
public:
void OverloadedMethod(
String^ p1,
int x
)F#
member OverloadedMethod :
p1 : string *
x : int -> unit Parameters
Remarks
These remarks are from the overloads tag on the
first version.