次の方法で共有


ParameterDescriptor コンストラクター

定義

オーバーロード

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)

パラメーター

name
String
type
Type

適用対象

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))

パラメーター

name
String
type
Type

適用対象