Exemplo n.º 1
0
 /// <summary>
 /// This function is not supported.
 /// </summary>
 /// <exception cref="NotSupportedException"/>
 public void Clear() => throw ExceptionHelper.NotSupported();
Exemplo n.º 2
0
 /// <summary>
 /// This function is not supported.
 /// </summary>
 /// <param name="item">The specified element.</param>
 /// <returns><see langword="true"/> if removes successfully; otherwise, <see langword="false"/>.</returns>
 /// <exception cref="NotSupportedException"/>
 public bool Remove(TElement item) => throw ExceptionHelper.NotSupported();
Exemplo n.º 3
0
 /// <summary>
 /// This function is not supported.
 /// </summary>
 /// <param name="item">The specified element.</param>
 /// <exception cref="NotSupportedException"/>
 public void Add(TElement item) => throw ExceptionHelper.NotSupported();