AuxiliaryStateElementEvaluator.Dispose Method (Boolean) |
Releases any resources associated with this instance.
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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: System.Boolean
true to release both managed and unmanaged resources;
false to release only unmanaged resources.
See Also