WorkflowInstance.GetExtensions<T> メソッド

定義

指定された型について見つかったすべての拡張機能を返します。

protected public:
generic <typename T>
 where T : class System::Collections::Generic::IEnumerable<T> ^ GetExtensions();
protected internal System.Collections.Generic.IEnumerable<T> GetExtensions<T> () where T : class;
member this.GetExtensions : unit -> seq<'T (requires 'T : null)> (requires 'T : null)
Protected Friend Function GetExtensions(Of T As Class) () As IEnumerable(Of T)

型パラメーター

T

検索する拡張機能の型。

戻り値

指定された型について見つかったすべての拡張機能。

適用対象