Пример #1
0
 public ChanelSinkStackEntry(IChannelSinkBase sink, object state, ChanelSinkStackEntry next)
 {
     this.Sink  = sink;
     this.State = state;
     this.Next  = next;
 }
Пример #2
0
 public ChanelSinkStackEntry(IChannelSinkBase sink, object state, ChanelSinkStackEntry next)
 {
     Sink  = sink;
     State = state;
     Next  = next;
 }
		public ChanelSinkStackEntry(IChannelSinkBase sink, object state, ChanelSinkStackEntry next)
		{
			Sink = sink;
			State = state;
			Next = next;
		}