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:
@@ -74,6 +74,6 @@ namespace Microsoft.Iris.ModelItems
|
||||
return intList;
|
||||
}
|
||||
|
||||
public override string ToString() => string.Format("{{{0} to {1}}}", _begin, _end);
|
||||
public override string ToString() => $"{{{_begin} to {_end}}}";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user