File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments