PSWorkflowConfigurationProvider.CreateWorkflowExtensionCreationFunctions<T> Method
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.
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
IEnumerable<Func<T>>