File tree Expand file tree Collapse file tree
Source/NETworkManager.Profiles Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments