public ChanelSinkStackEntry(IChannelSinkBase sink, object state, ChanelSinkStackEntry next) { this.Sink = sink; this.State = state; this.Next = next; }
public ChanelSinkStackEntry(IChannelSinkBase sink, object state, ChanelSinkStackEntry next) { Sink = sink; State = state; Next = next; }