Exemplo n.º 1
0
 void ICollection <TElement> .Clear()
 {
     throw Error.NotSupported();
 }
Exemplo n.º 2
0
 void ICollection <TElement> .Add(TElement item)
 {
     throw Error.NotSupported();
 }
Exemplo n.º 3
0
 void IList <TElement> .RemoveAt(int index)
 {
     throw Error.NotSupported();
 }
Exemplo n.º 4
0
 void IList <TElement> .Insert(int index, TElement item)
 {
     throw Error.NotSupported();
 }
Exemplo n.º 5
0
 bool ICollection <TElement> .Remove(TElement item)
 {
     throw Error.NotSupported();
 }
Exemplo n.º 6
0
 void IEnumerator.Reset()
 {
     throw Error.NotSupported();
 }