コード例 #1
0
 private bool SinkExists(Type type)
 => Sinks.Exists(x => x.GetType() == type);