Skip to content

Commit 7d79f2f

Browse files
Update Source/NETworkManager.Profiles/ProfileViewInfo.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9335614 commit 7d79f2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/NETworkManager.Profiles/ProfileViewInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ public class ProfileViewInfo
1616
/// <summary>
1717
/// Initializes a new instance of the ProfileViewInfo class with the specified profile name, icon, and group.
1818
/// </summary>
19-
/// <param name="name">The name of the profile to associate with this view. Cannot be null.</param>
19+
/// <param name="name">The name of the profile to associate with this view. Must be a valid ProfileName instance.</param>
2020
/// <param name="icon">The icon representing the profile. Cannot be null.</param>
21-
/// <param name="group">The group to which the profile belongs. Cannot be null.</param>
21+
/// <param name="group">The group to which the profile belongs. Must be a valid ProfileGroup instance.</param>
2222
public ProfileViewInfo(ProfileName name, Canvas icon, ProfileGroup group)
2323
{
2424
Name = name;

0 commit comments

Comments
 (0)