System::Collections::IListImplValueType::Remove method

IListImplValueType::Remove method

Removes first instance of specific item from list.

virtual void System::Collections::IListImplValueType<T>::Remove(SharedPtr<System::Object> item) override
ParameterTypeDescription
itemSharedPtr<System::Object>Item to remove.

See Also