System.ServiceModel.Channels.IntDecoderHelper
struct IntDecoderHelper
namespace System.ServiceModel.Channels
{
internal struct IntDecoderHelper
{
public int Value { get; }
public bool IsValueDecoded { get; }
public void Reset();
public int Decode(byte[] buffer, int offset, int size);
public static void ValidateSize(int size);
}
}