Example #1
0
        // IChannel

        public virtual T GetProperty <T> () where T : class
        {
            return(inner.GetProperty <T> ());
        }