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

Тип расширения для поиска.

Возвращаемое значение

Все расширения, найденные для указанного типа.

Применяется к