RecognizeEnumeration<T>.DescriptionDelegate Delegate
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.
Delegate for mapping from a C# value to it's description.
public delegate Microsoft.Bot.Builder.FormFlow.DescribeAttribute RecognizeEnumeration<T>.DescriptionDelegate(object value) where T : class;
type RecognizeEnumeration<'T (requires 'T : null)>.DescriptionDelegate = delegate of obj -> DescribeAttribute
Public Delegate Function RecognizeEnumeration(Of T).DescriptionDelegate(value As Object) As DescribeAttribute
Parameters
- value
- Object
C# value to get description for.
Return Value
Description of C# value.