mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Add RequireNonNull
http://www.yinwang.org/blog-cn/2015/11/21/programming-philosophy
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
namespace Wox.Infrastructure
|
||||
using System;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Wox.Infrastructure
|
||||
{
|
||||
public class StringMatcher
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user