Skip to content

Commit 1e6c96f

Browse files
authored
Update value-classes-and-structs-c-cx.md
Fixed spacing
1 parent 07aadab commit 1e6c96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cppcx/value-classes-and-structs-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following code fragment declares the `Coordinates` and `City` types as value
5656

5757
## Parameter passing for value types
5858

59-
If you have a value type as a function or method parameter, it is normally passed by value. For larger objects, this can cause a performance problem. In Visual Studio2013 and earlier, value types in C++/CX were always passed by value. In Visual Studio 2015 and later, you can pass value types by reference or by value.
59+
If you have a value type as a function or method parameter, it is normally passed by value. For larger objects, this can cause a performance problem. In Visual Studio 2013 and earlier, value types in C++/CX were always passed by value. In Visual Studio 2015 and later, you can pass value types by reference or by value.
6060

6161
To declare a parameter that passes a value type by value, use code like the following:
6262

0 commit comments

Comments
 (0)