Skip to content

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
public object? Instance { get; }

Property Value

object?

Released under the Apache License 2.0.