<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.7.25380.108" />
Windows.Win32.System.Com.SAFEARRAY
namespace Windows.
Win32.
System.
Com
{
internal struct SAFEARRAY
{
public VARENUM VarType { get; }
public SAFEARRAYBOUND GetBounds(
int dimension =
0);
public unsafe static SAFEARRAY*
CreateEmpty(
VARENUM arrayType);
public T GetValue<[
Nullable(
2)]
T>(
Span<
int>
indices);
}
}