DelegatingStreamChannel<T> constructor

DelegatingStreamChannel<T>(StreamChannel<T> _inner)

Implementation

DelegatingStreamChannel(this._inner);