ObjectBase.Destroy Method

SFML.Net

ObjectBaseDestroy Method
Destroy the object (implementation is left to each derived class)

Namespace: SFML
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
protected abstract void Destroy(
	bool disposing
)
Protected MustOverride Sub Destroy ( 
	disposing As Boolean
)
protected:
virtual void Destroy(
	bool disposing
) abstract
abstract Destroy : 
        disposing : bool -> unit 

Parameters

disposing
Type: SystemBoolean
Is the GC disposing the object, or is it an explicit call?
See Also