Remove()

IListImplRefType::Remove(SharedPtr<System::Object>) method

Removes first instance of specific item from list.

virtual void System::Collections::IListImplRefType<T>::Remove(SharedPtr<System::Object> item) override

Arguments

ParameterTypeDescription
itemSharedPtr<System::Object>Item to remove.

See Also