VertexArray.Destroy Method

SFML.Net

VertexArrayDestroy Method
Handle the destruction of the object

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

Parameters

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