コード例 #1
0
 /// <summary>
 /// This method is not supported and throws <see cref="TaupoNotSupportedException"/>
 /// </summary>
 /// <returns>This method never returns a result.</returns>
 public IEnumerator GetEnumerator()
 {
     throw ExceptionUtilities.CreateIEnumerableNotImplementedException();
 }