Skip to content

Commit 3346520

Browse files
author
Colin Robertson
authored
Update property-functions.md
1 parent e6b982c commit 3346520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/property-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ In the .NET Framework versions 4 and 4.5, property functions can be used to eval
194194
|int BitwiseAnd(int first, int second)|Perform a bitwise `AND` on the first and second (first & second).|
195195
|int BitwiseXor(int first, int second)|Perform a bitwise `XOR` on the first and second (first ^ second).|
196196
|int BitwiseNot(int first)|Perform a bitwise `NOT` (~first).|
197-
|bool IsOsPlatform(string platformString)|Specify whether the current OS platform is `platformString`. `platformString` must be a member of <xref:system.runtime.interopservices.osplatform>.|
197+
|bool IsOsPlatform(string platformString)|Specify whether the current OS platform is `platformString`. `platformString` must be a member of <xref:System.Runtime.InteropServices.OSPlatform>.|
198198
|bool IsOSUnixLike|True if current OS is a Unix system.|
199199
|string NormalizePath(params string[] path)|Gets the canonicalized full path of the provided path and ensures it contains the correct directory separator characters for the current operating system.|
200200
|string NormalizeDirectory(params string[] path)|Gets the canonicalized full path of the provided directory and ensures it contains the correct directory separator characters for the current operating system while ensuring it has a trailing slash.|

0 commit comments

Comments
 (0)