示例#1
0
		ExceptionVM[] GetRemovableExceptions(ExceptionVM[] items) => items.Where(a => exceptionService.CanRemove(a.ExceptionInfo)).ToArray();
示例#2
0
		static ExceptionVM[] GetRemovableExceptions(ExceptionVM[] items) {
			return items.Where(a => ExceptionManager.Instance.CanRemove(a.ExceptionInfo)).ToArray();
		}