Table of Contents

Class ParameterArgs

Namespace
NCalc.Handlers
Assembly
NCalc.Sync.dll
public class ParameterArgs : EventArgs
Inheritance
ParameterArgs
Inherited Members

Constructors

ParameterArgs(Guid)

public ParameterArgs(Guid id)

Parameters

id Guid

Properties

HasResult

public bool HasResult { get; }

Property Value

bool

Id

public Guid Id { get; }

Property Value

Guid

Result

public object? Result { get; set; }

Property Value

object