Property Instance
Namespace: Belay.Core.Execution
Assembly: Belay.Core.dll
Instance
Gets the instance the method is being called on (null for static methods).
csharp
object? Instance { get; }
Namespace: Belay.Core.Execution
Assembly: Belay.Core.dll
Gets the instance the method is being called on (null for static methods).
object? Instance { get; }