コード例 #1
0
    public void Bar()
    {
        var obj = new MyInterface();

        obj.Foo();
    }