SampleClassDoSomething(String) Method
This version of the method takes a string parameter.
Namespace: XMLCommentsExamplesAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public void DoSomething(
string text
)
Public Sub DoSomething (
text As String
)
public:
void DoSomething(
String^ text
)
member DoSomething :
text : string -> unit
Parameters
- text String
- A text value to use