FunctionSignature 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 FunctionSignature(string parentTypeName, string methodName, System.Collections.Immutable.ImmutableArray<Microsoft.Azure.WebJobs.Script.Description.FunctionParameter> parameters, string returnTypeName, bool hasLocalTypeReference);
new Microsoft.Azure.WebJobs.Script.Description.FunctionSignature : string * string * System.Collections.Immutable.ImmutableArray<Microsoft.Azure.WebJobs.Script.Description.FunctionParameter> * string * bool -> Microsoft.Azure.WebJobs.Script.Description.FunctionSignature
Public Sub New (parentTypeName As String, methodName As String, parameters As ImmutableArray(Of FunctionParameter), returnTypeName As String, hasLocalTypeReference As Boolean)
Parameters
- parentTypeName
- String
- methodName
- String
- parameters
- ImmutableArray<FunctionParameter>
- returnTypeName
- String
- hasLocalTypeReference
- Boolean
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET