System.Threading.Channels.Channel<T> public abstract class Channel<T> : Channel<T, T> Provides a base class for channels that support reading and writing elements of type T. Documentation Code protected Channel() Initializes an instance of the Channel<T> class.