System.Private.Windows.BinaryFormat.Serializer.ArraySingleObject
Single dimensional array of objects.
namespace System.Private.Windows.BinaryFormat.Serializer
{
internal sealed class ArraySingleObject : ArrayRecord<object>, IRecord<ArraySingleObject>, IRecord
{
public static RecordType RecordType { get; }
public ArraySingleObject(Id objectId, IReadOnlyList<object> arrayObjects);
}
}