Skip to content

Commit 106c8c2

Browse files
authored
Update marshaling-different-types-of-arrays.md (#11547)
1 parent 705a6ba commit 106c8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/interop/marshaling-different-types-of-arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ An array is a reference type in managed code that contains one or more elements
2323
|Of integers by value (two-dimensional).|Passes a matrix of integers as an In parameter.|
2424
|Of strings by value.|Passes an array of strings as an In parameter.|
2525
|Of structures with integers.|Passes an array of structures that contain integers as an In parameter.|
26-
|Of structures with strings.|Passes an array of structures that contain only integers as an In/Out parameter. Members of the array can be changed.|
26+
|Of structures with strings.|Passes an array of structures that contain only strings as an In/Out parameter. Members of the array can be changed.|
2727

2828
## Example
2929
This sample demonstrates how to pass the following types of arrays:

0 commit comments

Comments
 (0)