Property Parameters
Namespace: Belay.Core.Execution
Assembly: Belay.Core.dll
Parameters
Gets the parameters passed to the method.
csharp
public object?[]? Parameters { get; }
Property Value
object?[]?
Namespace: Belay.Core.Execution
Assembly: Belay.Core.dll
Gets the parameters passed to the method.
public object?[]? Parameters { get; }
object?[]?