mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-08 17:24:49 +00:00
feat: New delegate for appending items to the ReprBuilder
This commit is contained in:
@@ -3,6 +3,8 @@ using System.Text;
|
||||
|
||||
namespace ICD.Common.Utils
|
||||
{
|
||||
public delegate void AddReprPropertyDelegate(string name, object value);
|
||||
|
||||
/// <summary>
|
||||
/// Simple class for building a string representation of an object.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user