CalculationContextFacet.UseInCurrentContext Method |
Adds this instance to the current context, making it the official instance of this
facet type in the context.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic abstract void UseInCurrentContext()
Public MustOverride Sub UseInCurrentContext
public:
virtual void UseInCurrentContext() abstract
abstract UseInCurrentContext : unit -> unit
See Also