IFields<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>) |