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