ICase<T,R>.Selector Property

Definition

The selector that will be invoked if condition is met.

public Microsoft.Bot.Builder.Dialogs.ContextualSelector<in T,R> Selector { get; }
member this.Selector : Microsoft.Bot.Builder.Dialogs.ContextualSelector<'T, 'R>
Public ReadOnly Property Selector As ContextualSelector(Of In T, R)

Property Value

Applies to