Skip to content

Commit

Permalink
Update Microsoft.Toolkit.Uwp.Connectivity/Network/ConnectionInformati…
Browse files Browse the repository at this point in the history
…on.cs
  • Loading branch information
azchohfi committed Aug 10, 2021
1 parent 0f31ac9 commit d463304
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public bool IsInternetOnMeteredConnection
/// <summary>
/// Gets the network names associated with the current Internet Connection Profile.
/// </summary>
/// <returns>value of <see cref="IReadOnlyList{string}"/></returns>
/// <returns>value of <see cref="IReadOnlyList{String}"/></returns>
public IReadOnlyList<string> NetworkNames
{
get
Expand Down

0 comments on commit d463304

Please sign in to comment.