<PackageReference Include="System.Drawing.Common" Version="10.0.2" />
System.Private.Windows.Ole.DataRequest
Encapsulates state of a data request.
namespace System.
Private.
Windows.
Ole
{
internal readonly struct DataRequest
{
public string Format { get; set; }
public bool AutoConvert { get; set; }
public Func<
TypeName,
Type>
Resolver { get; set; }
public bool TypedRequest { get; set; }
public DataRequest(
string format);
}
}