 | SampleClassDoSomething Method (String) |
This version of the method takes a string parameter.
Namespace: XMLCommentsExamplesAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntaxpublic 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