[]
Represents a parameter of LAMBDA function.
public interface IParameter
Public Interface IParameter
Name | Description |
---|---|
Name | Gets the declared name of the parameter. |
Optional | Gets a boolean value indicates whether the parameter can be omitted. |
Value | Creates an IValue object that can be passed as argument of this parameter. |