System.ServiceModel.Channels.LateBoundChannelParameterCollection
namespace System.ServiceModel.Channels
{
internal class LateBoundChannelParameterCollection : ChannelParameterCollection
{
public LateBoundChannelParameterCollection();
}
}