mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Override ToString on more UIX classes
This commit is contained in:
@@ -107,5 +107,7 @@ namespace Microsoft.Iris.ModelItems
|
||||
return;
|
||||
ContentsChanged(this, new UIListContentsChangedArgs(type, oldIndex, newIndex));
|
||||
}
|
||||
|
||||
public override string ToString() => $"{{NotifyList Source=[{string.Join(", ", _source)}]}}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user