DerivedClassWithInheritedDocsOverloadedMethod(String, String) Method

This overloaded method does something

Definition

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

Parameters

p1  String
The string parameter
p2  String
The second string parameter

See Also