DerivedClassWithInheritedDocs.OverloadedMethod Method (String, Int32)

Sandcastle XML Comments

Sandcastle XML Comments GuideDerivedClassWithInheritedDocsOverloadedMethod Method (String, Int32)
There are three overloads for this method.

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public void OverloadedMethod(
	string p1,
	int x
)
Public Sub OverloadedMethod ( 
	p1 As String,
	x As Integer
)
public:
void OverloadedMethod(
	String^ p1, 
	int x
)
member OverloadedMethod : 
        p1 : string * 
        x : int -> unit 

Parameters

p1
Type: SystemString
The string parameter
x
Type: SystemInt32
An integer parameter
Remarks
These remarks are from the overloads tag on the first version.
See Also