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