hello.hello C# (CSharp) Méthode

hello() public static méthode

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