StringKeyFrameCollection.IList.Remove(Object) Method

Definition

Removes the first occurrence of a specific object from the IList.

 virtual void System.Collections.IList.Remove(System::Object ^ keyFrame) = System::Collections::IList::Remove;
void IList.Remove (object keyFrame);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (keyFrame As Object) Implements IList.Remove

Parameters

keyFrame
Object

The object to remove from the IList.

Implements

Applies to