Skip to content

Commit c8b4597

Browse files
authored
Update property-functions.md
1 parent 78238bd commit c8b4597

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/msbuild/property-functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ In addition, you can use the following static methods and properties:
130130
- [System.IO.File::GetLastAccessTime](/dotnet/api/System.IO.File.GetLastAccessTime?view=netstandard-2.0&preserve-view=true)
131131
- [System.IO.File::GetLastWriteTime](/dotnet/api/System.IO.File.GetLastWriteTime?view=netstandard-2.0&preserve-view=true)
132132
- [System.IO.File::ReadAllText](/dotnet/api/System.IO.File.ReadAllText?view=netstandard-2.0&preserve-view=true)
133+
- [System.Globalization.CultureInfo::GetCultureInfo](/dotnet/api/System.Globalization.CultureInfo.GetCultureInfo?view=netstandard-2.0&preserve-view=true)
134+
- [System.Globalization.CultureInfo::new](/dotnet/api/System.Globalization.CultureInfo.-ctor?view=netstandard-2.0&preserve-view=true)
135+
- [System.Globalization.CultureInfo::CurrentUICulture](/dotnet/api/System.Globalization.CultureInfo.CurrentUICulture?view=netstandard-2.0&preserve-view=true)
133136

134137
:::moniker range="vs-2022"
135138
#### System.OperatingSystem property functions

0 commit comments

Comments
 (0)