ProjectVariablesWrapper.Remove(Object) Method

Definition

Removes a variable object from the ProjectVariablesWrapper instance.

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

Parameters

index
Object

The index object to remove from the collection.

Implements

Applies to