Skip to content

Commit 90d222c

Browse files
authored
Update blittable-and-non-blittable-types.md (dotnet#41676)
1 parent ca868d9 commit 90d222c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/framework/interop/blittable-and-non-blittable-types.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,14 @@ The following complex types are also blittable types:
5555

5656
| Non-blittable type | Description |
5757
|---------------------------------------------------|-----------------------------------------------|
58-
| [System.Array](default-marshalling-for-arrays.md) | Converts to a C-style array or a `SAFEARRAY`. |
58+
|[System.Array](default-marshalling-for-arrays.md)|Converts to a C-style array or a `SAFEARRAY`.|
5959
|[System.Boolean](/previous-versions/dotnet/netframework-4.0/t2t3725f(v=vs.100))|Converts to a 1, 2, or 4-byte value with `true` as 1 or -1.|
6060
|[System.Char](/previous-versions/dotnet/netframework-4.0/6tyybbf2(v=vs.100))|Converts to a Unicode or ANSI character.|
6161
|[System.Class](/previous-versions/dotnet/netframework-4.0/s0968xy8(v=vs.100))|Converts to a class interface.|
6262
|[System.Object](default-marshalling-for-objects.md)|Converts to a variant or an interface.|
63-
|[System.Mdarray](default-marshalling-for-arrays.md)|Converts to a C-style array or a `SAFEARRAY`.|
6463
|[System.String](default-marshalling-for-strings.md)|Converts to a string terminating in a null reference or to a BSTR.|
65-
|[System.Valuetype](/previous-versions/dotnet/netframework-4.0/0t2cwe11(v=vs.100))|Converts to a structure with a fixed memory layout.|
66-
|[System.Szarray](default-marshalling-for-arrays.md)|Converts to a C-style array or a `SAFEARRAY`.|
64+
|[System.ValueType](/previous-versions/dotnet/netframework-4.0/0t2cwe11(v=vs.100))|Converts to a structure with a fixed memory layout.|
65+
|[T[]](default-marshalling-for-arrays.md)|Converts to a C-style array or a `SAFEARRAY`.|
6766

6867
Class and object types are supported only by COM interop. For corresponding types in Visual Basic, C#, and C++, see the [Class Library Overview](../../standard/class-library-overview.md).
6968

0 commit comments

Comments
 (0)