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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET