Add RequireNonNull

http://www.yinwang.org/blog-cn/2015/11/21/programming-philosophy
This commit is contained in:
bao-qian
2016-04-22 23:29:38 +01:00
parent 349e8b2da7
commit 6c705e1e25
3 changed files with 24 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
namespace Wox.Infrastructure
using System;
using JetBrains.Annotations;
namespace Wox.Infrastructure
{
public class StringMatcher
{