hello.hello C# (CSharp) Method

hello() public static method

public static hello ( ) : object
return object
    public static object hello() {
        Console.WriteLine("Hello World");
    }
}
hello