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