Class ParameterInfo.Symbol.Parameter
- Assembly
- Alternet.Scripter.Debugger.Common.v9.dll
Represents a single parameter related to the evaluated Symbol
.
public class ParameterInfo.Symbol.Parameter
- Inheritance
-
ParameterInfo.Symbol.Parameter
Constructors
- Parameter(string, string, string)
Initializes a new instance of the
Parameter
class with specified parameters.
Properties
- Description
Represents description of the parameter.
- Name
Represents name of the parameter.
- Type
Represents type of the parameter.
Methods
- WithDescription(string)
Creates a new instance of this
Parameter
updated to have the description specified.