次の方法で共有


PSWorkflowConfigurationProvider.CreateWorkflowExtensionCreationFunctions<T> Method

Definition

CreateWorkflowExtensionCreationFunctions

public:
generic <typename T>
 virtual System::Collections::Generic::IEnumerable<Func<T> ^> ^ CreateWorkflowExtensionCreationFunctions();
public virtual System.Collections.Generic.IEnumerable<Func<T>> CreateWorkflowExtensionCreationFunctions<T> ();
abstract member CreateWorkflowExtensionCreationFunctions : unit -> seq<Func<'T>>
override this.CreateWorkflowExtensionCreationFunctions : unit -> seq<Func<'T>>
Public Overridable Function CreateWorkflowExtensionCreationFunctions(Of T) () As IEnumerable(Of Func(Of T))

Type Parameters

T

Returns

Applies to