TableRowCollection.IList.Clear Метод
Определение
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
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр TableRowCollection приведен к типу интерфейса IList.It can be used only when the TableRowCollection instance is cast to an IList interface. Использовать вместо этого типобезопасный метод Clear.Use the type-safe Clear method instead.