Skip to content

Commit

Permalink
* uncommit file...
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHub committed Dec 20, 2013
1 parent 178faa1 commit 608688b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Source/HtmlRenderer/Utils/CommonUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
using HtmlRenderer.Entities;

namespace HtmlRenderer.Utils
{
internal delegate void ActionInt<in T>(T obj);

internal delegate void ActionInt<in T1, in T2>(T1 arg1, T2 arg2);

{
internal delegate void ActionInt<in T>(T obj);

internal delegate void ActionInt<in T1, in T2>(T1 arg1, T2 arg2);

internal delegate void ActionInt<in T1, in T2, in T3>(T1 arg1, T2 arg2, T3 arg3);

/// <summary>
Expand Down

0 comments on commit 608688b

Please sign in to comment.