Ejemplo n.º 1
0
 /// <summary>Remove objects that matches the given ids.</summary>
 void ICollectionRef <T> .Remove(IList <Guid> ids) => ToRemove = ToRemove.Concat(ids).ToList();