Property Parameters
Parameters
Gets the parameters for the function including any method definition specific attributes (i.e. ByVal)
Declaration
public IReadOnlyList<Argument> Parameters { get; }
Property Value
public IReadOnlyList<Argument> Parameters { get; }
IReadOnlyList<Argument> |