Accord.Controls.Vision.FaceController.Dispose C# (CSharp) Méthode

Dispose() protected méthode

Releases the unmanaged resources used by the T:System.ComponentModel.Component and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged /// resources; false to release only unmanaged resources.
Résultat void
        protected override void Dispose(bool disposing)
        {
            base.Dispose(disposing);
        }