DerivedClassWithInheritedDocsOverloadedMethod(String, Int32) Method

There are three overloads for this method.

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public void OverloadedMethod(
	string p1,
	int x
)

Parameters

p1  String
The string parameter
x  Int32
An integer parameter

Remarks

These remarks are from the overloads tag on the first version.

See Also