CollectionEditor.DestroyInstance(Object) Method

Definition

Destroys the specified instance of the object.

protected:
 virtual void DestroyInstance(System::Object ^ instance);
protected virtual void DestroyInstance (object instance);
abstract member DestroyInstance : obj -> unit
override this.DestroyInstance : obj -> unit
Protected Overridable Sub DestroyInstance (instance As Object)

Parameters

instance
Object

The object to destroy.

Applies to