예제 #1
0
 void ICollection <TElement> .Clear()
 {
     throw Error.NotSupported();
 }
예제 #2
0
 void ICollection <TElement> .Add(TElement item)
 {
     throw Error.NotSupported();
 }
예제 #3
0
파일: Grouping.cs 프로젝트: jnm2/corefx
 void IList <TElement> .RemoveAt(int index)
 {
     throw Error.NotSupported();
 }
예제 #4
0
파일: Grouping.cs 프로젝트: jnm2/corefx
 void IList <TElement> .Insert(int index, TElement item)
 {
     throw Error.NotSupported();
 }
예제 #5
0
파일: Grouping.cs 프로젝트: jnm2/corefx
 bool ICollection <TElement> .Remove(TElement item)
 {
     throw Error.NotSupported();
 }
예제 #6
0
 void IEnumerator.Reset()
 {
     throw Error.NotSupported();
 }