Share via


IFields<T> Interface

Definition

Interface to track all of the fields in a form.

public interface IFields<T> : System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.FormFlow.Advanced.IField<T>> where T : class
type IFields<'T (requires 'T : null)> = interface
    interface seq<IField<'T>>
    interface IEnumerable
Public Interface IFields(Of T)
Implements IEnumerable(Of IField(Of T))

Type Parameters

T
Derived
Implements

Methods

Field(String)

Return a specific field or null if not present.

Extension Methods

MaxBy<T,R>(IEnumerable<T>, Func<T,R>, IComparer<R>)

Applies to