15 changed files with 16 additions and 13 deletions
@ -0,0 +1,15 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace Perspex |
|||
{ |
|||
internal static class Contract |
|||
{ |
|||
public static void Requires<TException>(bool condition) where TException : Exception |
|||
{ |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue