System.Reflection.Metadata.Blob
struct Blob
namespace System.Reflection.Metadata
{
internal struct Blob
{
public int Length { get; }
public bool IsDefault { get; }
public ArraySegment<byte> GetBytes();
}
}