Files
Dec2017-Script-Dump/mscorlib/System/Runtime/Remoting/Channels/BaseChannelSinkWithProperties.cs
T
2026-06-04 11:42:34 +02:00

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
{
}
}