StateEvaluatorTDispose Method (Boolean) |
Releases any resources associated with this instance.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected abstract void Dispose(
bool disposing
)
Protected MustOverride Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
) abstract
abstract Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: SystemBoolean
to release both managed and unmanaged resources;
to release only unmanaged resources.
See Also