ModernUO/Projects/Server.Tests/Tests/PropertyList
Kamron Batman 42ae2a1146 refactor(opl): drop redundant Add(string) overload; OplTextBlock depends on IPropertyList
string converts implicitly to ReadOnlySpan<char>, so Add(ReadOnlySpan<char>) subsumes
Add(string); $"..." literals still bind to the interpolated-string-handler overload
(zero-alloc). OplTextBlock now holds an IPropertyList instead of the concrete
ObjectPropertyList.
2026-06-26 00:45:50 -07:00
..
ObjectPropertyListSpanAddTests.cs refactor(opl): drop redundant Add(string) overload; OplTextBlock depends on IPropertyList 2026-06-26 00:45:50 -07:00
OplTextBlockTests.cs feat(opl): add OplTextBlock multi-line builder 2026-06-26 00:45:50 -07:00