FunctionParameter(String, String, Boolean, RefKind) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public FunctionParameter (string name, string typeName, bool isOptional, Microsoft.CodeAnalysis.RefKind refkind);
new Microsoft.Azure.WebJobs.Script.Description.FunctionParameter : string * string * bool * Microsoft.CodeAnalysis.RefKind -> Microsoft.Azure.WebJobs.Script.Description.FunctionParameter
Public Sub New (name As String, typeName As String, isOptional As Boolean, refkind As RefKind)
Parameters
- name
- String
- typeName
- String
- isOptional
- Boolean
- refkind
- RefKind