We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f31ac9 commit d463304Copy full SHA for d463304
Microsoft.Toolkit.Uwp.Connectivity/Network/ConnectionInformation.cs
@@ -137,7 +137,7 @@ public bool IsInternetOnMeteredConnection
137
/// <summary>
138
/// Gets the network names associated with the current Internet Connection Profile.
139
/// </summary>
140
- /// <returns>value of <see cref="IReadOnlyList{string}"/></returns>
+ /// <returns>value of <see cref="IReadOnlyList{String}"/></returns>
141
public IReadOnlyList<string> NetworkNames
142
{
143
get
0 commit comments