ForEachVariableMappings.Remove(Object) Method

Definition

Removes a ForEachVariableMapping object from the ForEachVariableMappings collection.

public:
 void Remove(System::Object ^ index);
public void Remove (object index);
member this.Remove : obj -> unit
Public Sub Remove (index As Object)

Parameters

index
Object

The name, index, ID, or identity of the ForEachVariableMapping object to remove.

Applies to