mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
feat: New delegate for appending items to the ReprBuilder
This commit is contained in:
parent
5d0d491659
commit
29eb28b1f1
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue