Welcome to the Test documentation
Returns Hello World.
Namespace: SandcastleDocumentationTest
Assembly: SandcastleDocumentationTest (in SandcastleDocumentationTest.dll)
Version: 1.0.0.0
Syntax
C# |
public static string ReturnHW()
Return Value
String "Hello World"
Examples
This sample shows how to call the ReturnHW method.
CopyC#

class TestClass { static int Main() { Console.WriteLine(HelloWorld.ReturnHW()); } } |
See Also
HelloWorld Class
SandcastleDocumentationTest Namespace