ParameterDescriptor Constructors

Definition

Overloads

ParameterDescriptor(String, Type)
ParameterDescriptor(String, Type, Collection<CustomAttributeBuilder>)

ParameterDescriptor(String, Type)

public ParameterDescriptor (string name, Type type);
new Microsoft.Azure.WebJobs.Script.Description.ParameterDescriptor : string * Type -> Microsoft.Azure.WebJobs.Script.Description.ParameterDescriptor
Public Sub New (name As String, type As Type)

Parameters

name
String
type
Type

Applies to

ParameterDescriptor(String, Type, Collection<CustomAttributeBuilder>)

public ParameterDescriptor (string name, Type type, System.Collections.ObjectModel.Collection<System.Reflection.Emit.CustomAttributeBuilder> attributes);
new Microsoft.Azure.WebJobs.Script.Description.ParameterDescriptor : string * Type * System.Collections.ObjectModel.Collection<System.Reflection.Emit.CustomAttributeBuilder> -> Microsoft.Azure.WebJobs.Script.Description.ParameterDescriptor
Public Sub New (name As String, type As Type, attributes As Collection(Of CustomAttributeBuilder))

Parameters

name
String
type
Type

Applies to