Ejemplo n.º 1
0
 bool ICollection <TValue> .Remove(TValue item)
 => Throw.NotSupportedException <bool>();
Ejemplo n.º 2
0
 void ICollection <TValue> .Clear()
 => Throw.NotSupportedException();
Ejemplo n.º 3
0
 bool ICollection <TValue> .Contains(TValue item)
 => Throw.NotSupportedException <bool>();
Ejemplo n.º 4
0
 void ICollection <TValue> .Add(TValue item)
 => Throw.NotSupportedException();