System.ServiceModel.ServiceModelStrings
namespace System.ServiceModel
{
internal abstract class ServiceModelStrings
{
public abstract int Count { get; }
public abstract string this[int index] { get; }
protected ServiceModelStrings();
}
}