Table of Contents

Constructor Parameter

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

Parameter(string, string, string)

Initializes a new instance of the Parameter class with specified parameters.

public Parameter(string name, string description, string type)

Parameters

name string

Name of the parameter.

description string

Description of the parameter.

type string

Type of the parameter.