feat: New delegate for appending items to the ReprBuilder

This commit is contained in:
Chris Cameron
2018-04-10 12:00:42 -04:00
parent 5d0d491659
commit 29eb28b1f1

View File

@@ -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>