mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +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
|
||||
{
|
||||
public delegate void AddReprPropertyDelegate(string name, object value);
|
||||
|
||||
/// <summary>
|
||||
/// Simple class for building a string representation of an object.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue