Table of Contents

Constructor GroupEvaluationResult

Namespace
Alternet.Scripter.Debugger.ExpressionEvaluation
Assembly
Alternet.Scripter.Debugger.Common.v9.dll

GroupEvaluationResult(string, string, string, string)

Initializes a new instance of GroupEvaluationResult with specified settings.

public GroupEvaluationResult(string expression, string name, string description, string tag)

Parameters

expression string

Evaluated expression.

name string

Name of the result.

description string

Description of the result.

tag string

Tag of the result.