SampleClass.DoSomething Method (String)

Sandcastle XML Comments

Sandcastle XML Comments GuideSampleClassDoSomething Method (String)
This version of the method takes a string parameter.

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public void DoSomething(
	string text
)
Public Sub DoSomething ( 
	text As String
)
public:
void DoSomething(
	String^ text
)
member DoSomething : 
        text : string -> unit 

Parameters

text
Type: SystemString
A text value to use
See Also