mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 05:05:05 +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
|
namespace ICD.Common.Utils
|
||||||
{
|
{
|
||||||
|
public delegate void AddReprPropertyDelegate(string name, object value);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Simple class for building a string representation of an object.
|
/// Simple class for building a string representation of an object.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user