Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 159 Bytes

20181123.Action实现内部方法.md

File metadata and controls

13 lines (12 loc) · 159 Bytes
Action act = () =>
{
	foreach(var match in matched)
	{
		Assert.True(filter.IsRelevantAndUpdate(match));
	}
};
act();
filter = filter.Clone();
act();