ImmutableSortedSet<T>.IList.Clear Метод
Определение
Удаляет все элементы из набора.Removes all items from the set.
virtual void System.Collections.IList.Clear() = System::Collections::IList::Clear;
void IList.Clear ();
abstract member System.Collections.IList.Clear : unit -> unit
override this.System.Collections.IList.Clear : unit -> unit
Sub Clear () Implements IList.Clear
Реализации
Исключения
Создается во всех случаях.Thrown in all cases.
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр ImmutableSortedSet<T> приведен к типу интерфейса IList.It can be used only when the ImmutableSortedSet<T> instance is cast to an IList interface.
System. Collections. неизменяемый пакет NuGetSystem.Collections.Immutable NuGet package
О неизменяемых коллекциях и о том, как установитьAbout immutable collections and how to install