DataAnnotationsValidator.Dispose(Boolean) Method

Definition

Releases resources used by the validator.

protected virtual void Dispose(bool disposing);
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (disposing As Boolean)

Parameters

disposing
Boolean

true if managed resources should be released; otherwise, false.

Applies to