Beispiel #1
0
    public static string test()
    {
        var obj = new YieldString();

        return(obj.method());
    }
	public static string test() {
		var obj = new YieldString();
		return obj.method();
	}