次の方法で共有


Extensions クラス

定義

public static class Extensions
type Extensions = class
Public Module Extensions
継承
Extensions

メソッド

GenerateHeroCard(FormPrompt)

FormPrompt からヒーロー カードを生成します。

GenerateHeroCards(FormPrompt)

プロンプト定義からヒーロー カードの一覧を生成します。

GenerateMessages(FormPrompt, IMessageActivity, IMessageActivity)

プロンプト定義を指定すると、返送するメッセージが生成されます。

GetGenericElementType(Type)

ジェネリック IEnumerable の基になる型を返します。

IsAttachmentCollection(Type)

型は、待機可能な添付ファイルの列挙可能です。

IsAttachmentType(Type)

型は AwaitableAttachment または子孫です。

IsDouble(Type)

型は float または double です。

IsGenericCollectionType(Type)

型はジェネリック ICollection を実装します。

IsGenericEnumerableType(Type)

型はジェネリック IEnumerable を実装します。

IsICollection(Type)

型は ICollection を実装します。

IsIEnumerable(Type)

型は IEnumerable を実装します。

IsIList(Type)

型は IList を実装します。

IsIntegral(Type)

型は整数です。

IsListCollectionType(Type)

型はジェネリック IList を実装します。

IsNullable(Type)

型は null 許容です。

適用対象