Table of Contents

Class Parameter

Namespace
Dassie.Text.Tooltips
Assembly
dstx.dll

Represents a parameter of a function or method.

public class Parameter
Inheritance
Parameter
Inherited Members
Extension Methods

Properties

Constraint

An optional parameter constraint.

public string Constraint { get; set; }

Property Value

string

Name

The name of the parameter.

public string Name { get; set; }

Property Value

string

Type

The type of the parameter.

public Type Type { get; set; }

Property Value

Type