コード例 #1
0
	public static int test() {
		var obj = new DelegateAddField();
		return obj.method();
	}
コード例 #2
0
    public static int test()
    {
        var obj = new DelegateAddField();

        return(obj.method());
    }