ChoiceSet.Implicit Operador

Definição

Sobrecargas

Nome Description
Implicit(JToken to ChoiceSet)

Converte um em Newtonsoft.Json.Linq.JToken um ChoiceSet.

Implicit(Boolean to ChoiceSet)

Converte um bool em um ChoiceSet.

Implicit(String to ChoiceSet)

Converte uma cadeia em um ChoiceSet.

Implicit(JToken to ChoiceSet)

Converte um em Newtonsoft.Json.Linq.JToken um ChoiceSet.

public static implicit operator Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet(Newtonsoft.Json.Linq.JToken value);
static member op_Implicit : Newtonsoft.Json.Linq.JToken -> Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet
Public Shared Widening Operator CType (value As JToken) As ChoiceSet

Parâmetros

value
Newtonsoft.Json.Linq.JToken

Expressão Newtonsoft.Json.Linq.JToken.

Retornos

Aplica-se a

Implicit(Boolean to ChoiceSet)

Converte um bool em um ChoiceSet.

public static implicit operator Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet(bool value);
static member op_Implicit : bool -> Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet
Public Shared Widening Operator CType (value As Boolean) As ChoiceSet

Parâmetros

value
Boolean

Expressão de boo.

Retornos

Aplica-se a

Implicit(String to ChoiceSet)

Converte uma cadeia em um ChoiceSet.

public static implicit operator Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet(string value);
static member op_Implicit : string -> Microsoft.Bot.Builder.Dialogs.Adaptive.Input.ChoiceSet
Public Shared Widening Operator CType (value As String) As ChoiceSet

Parâmetros

value
String

Expressão de cordas.

Retornos

Aplica-se a