Class FunctionParameter
public class FunctionParameter
- Inheritance
-
FunctionParameter
- Inherited Members
Constructors
FunctionParameter(string, bool, LogicalExpression?)
public FunctionParameter(string name, bool optional, LogicalExpression? defaultValue)
Parameters
namestringoptionalbooldefaultValueLogicalExpression
Properties
DefaultValue
public LogicalExpression? DefaultValue { get; }
Property Value
IsOptional
public bool IsOptional { get; }
Property Value
Name
public string Name { get; }