Class Parameter
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
Name
The name of the parameter.
public string Name { get; set; }
Property Value
Type
The type of the parameter.
public Type Type { get; set; }