Fields<T> Class
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.
Dictionary of all fields indexed by name.
public class Fields<T> : Microsoft.Bot.Builder.FormFlow.Advanced.IFields<T>, System.Collections.Generic.IEnumerable<Microsoft.Bot.Builder.FormFlow.Advanced.IField<T>> where T : class
type Fields<'T (requires 'T : null)> = class
interface IFields<'T (requires 'T : null)>
interface seq<IField<'T>>
interface IEnumerable
Public Class Fields(Of T)
Implements IEnumerable(Of IField(Of T)), IFields(Of T)
Type Parameters
- T
Underlying form state.
- Inheritance
-
Fields<T>
- Implements
Constructors
Fields<T>() |
Fields
_fields |
Mapping from field name to field definition. |
Methods
Add(IField<T>) | |
Field(String) | |
GetEnumerator() |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Extension Methods
MaxBy<T,R>(IEnumerable<T>, Func<T,R>, IComparer<R>) |