コード例 #1
0
    public T ChainableMethod()
    {
        IBaseInterface i = this;

        return((T)i.ChainableMethod());
    }