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