using System; using System.Runtime.InteropServices; namespace System.Runtime.Remoting.Channels { /// Provides a base implementation for channel sinks that want to expose a dictionary interface to their properties. // Token: 0x02000391 RID: 913 [ComVisible(true)] public abstract class BaseChannelSinkWithProperties : BaseChannelObjectWithProperties { } }