コード例 #1
0
        // IChannel

        public virtual T GetProperty <T> () where T : class
        {
            return(inner.GetProperty <T> ());
        }
コード例 #2
0
        // IChannel

        public override T GetProperty <T> ()
        {
            // FIXME: implement
            return(inner.GetProperty <T> ());
        }
コード例 #3
0
 public T GetProperty <T>() where T : class
 {
     return(_innerChannel.GetProperty <T>());
 }